Hi,
The way I designed the image to look was based on my screen size. The thing is that people with different screen size will not see the same image position as I see them… Is there a way to “lock” the images or make them static so when I change the screen resolution it doesn’t alter the room?
For example:
This is what I see and how I want the image to look on the right side of the screen: https://prnt.sc/xkmi8d
This is what people with bigger screens would see: https://prnt.sc/xkmk69
I hope you see what I mean… Thank you!
Hey DeMamp,
Thank you for the mockups, this looks like a background-position issue, try checking that the background image “background-position” is centered.
If your background image is too small for desktop then this would not help, you would need to try a larger background image for all screen sizes or display a different larger background image for desktop size via css media queries.
Best regards,
Mike