If you look at my website on a phone, it looks the way I intend it to look.
But on a desktop it’s completely wrong. what am I doing wrong?
the website is: www.clown-n-out.com
If you look at my website on a phone, it looks the way I intend it to look.
But on a desktop it’s completely wrong. what am I doing wrong?
the website is: www.clown-n-out.com
Hi @Mark1,
looks like your image has a desktop transform applied:
transform: translate3d(0px, -900px, 0px) scale(0.75);
That shifts it off-screen on large screens.
In Sitejet, open Desktop view, select the image, and reset its Transform (set to “none”).
After that, republish — it’ll align properly again on desktop.
If you only want the movement on mobile, re-add that transform under the mobile breakpoint instead.