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

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!
Thank you very much!
You are most welcome. 
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.