Help with photo being placed slightly off page/margin (see attached)

Hello,

I need help with placing photos in Pro just a bit off of the page as pictured below. Any help greatly appreciated!

Hi @Chadwick,

Thanks for reaching out.

Please add this CSS to your image’s element CSS.

$el {
position: relative;
top: -100px;
left: -100px;
}

The value is, of course, depends on the position you like to see. The CSS should serve as a guide only and we can’t provide any customization.

Thanks!

1 Like

Thank you very much!

You are most welcome. :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.