Hi
Checking my site on mobile, and the spacing is off - 
There’s a substantially bigger gap on the right than the left. I’ve checked content margins/padding etc. but nothing, and it’s on every page.
Can someone help?
Thanks
Hi
Checking my site on mobile, and the spacing is off - 
There’s a substantially bigger gap on the right than the left. I’ve checked content margins/padding etc. but nothing, and it’s on every page.
Can someone help?
Thanks
Hi @slowbear,
Please find this code you have added to the style.css:
.x-container.offset { margin:0;}
then update it to:
.x-container.offset { margin:0 auto; }
Hope this helps.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.