When my online store Pages are viewed on a mobile device, they do not fill up the whole screen. It is shrunk to the left side of the page.
How do I correct this? My customers can see it too.
thanks in advance!
When my online store Pages are viewed on a mobile device, they do not fill up the whole screen. It is shrunk to the left side of the page.
How do I correct this? My customers can see it too.
thanks in advance!
Hi @GemmaWatts
From what I can see, it’s specifically happening on the Custom Designs page and not on others.
There is an image in there that has a margin hard coded into the HTML:

The style= section of this line is causing the page to be “pushed” over to the left by that amount.
If you remove the style attribute so the image code just looks like this:

It should then keep the page all within the viewable area (or viewport).