Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hi all,
As pictured below somehow I have a small gap around the whole of my site. Are there any ideas on how I could have done this or what could be changed to fix it?
Thank you in advance,
Charles 🙂
Solved! Go to the solution
This is an accepted solution.
Ok so here's how you can remove the space.
1- Make a copy of the live theme as a backup
2- Click Action>edit code
3- search for theme.liquid file. it will be under the layout folder.
4- search for body tag and add the following code of line (check screenshot attached)
style = "margin: 0px;"
5- save the file and then refresh your website page. This should work.
If helpful then please Like and Accept as a Solution.
Hi,
This can be fixed by CSS code. Please share your store URL so i can let you know which in which file to edit/add code.
Thanks
This is an accepted solution.
Ok so here's how you can remove the space.
1- Make a copy of the live theme as a backup
2- Click Action>edit code
3- search for theme.liquid file. it will be under the layout folder.
4- search for body tag and add the following code of line (check screenshot attached)
style = "margin: 0px;"
5- save the file and then refresh your website page. This should work.
If helpful then please Like and Accept as a Solution.