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 ![]()
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 ![]()
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
Here’s the store:
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.