There is some spacing as mentioned above which I can’t seem to get rid of. It doesn’t match the background of the rest of the theme and I have already tried editing the code as suggested in other posts for the same issue but this doesn’t seem to work.
Hi @nlhill1990 , kindly provide your store URL please and if it is password protected, please share the password as well. Thanks
Hi @nlhill1990 , can you share store url?
Hi @nlhill1990
Please, share your store URL. Thanks!
Hi, it is lvere.co.uk
Store URL is lvere.co.uk
Password is candlesub
Thanks for the info, try this one.
- From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
- Find the theme that you want to edit and click on “Actions” and then “Edit code”.
- In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
.section-header {
margin-bottom: 0 !important;
}
.section+.section {
margin: 0 !important;
}
- And Save.
- Result:
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
Great - that worked! Thank you so much.


