Hi,
I’d like to remove the white space between the site header and the content of the page:
https://1026ba-2.myshopify.com/collections/all
I’ve made site spacing 0px, but I think I need code.
I’m using Sense template
Any help appreciated.
Cheers,
James
Hey @JamesMoruzzi ,
Go to your theme’s “Edit Code” Option, then in the search bar type “theme.liquid”
Below the tag “” tag paste the following. Screenshot attached for reference.
Screenshot is for reference only, the correct code to paste is the one shown above.
@JamesMoruzzi Please follow below steps to remove the white space between the header and the content of the page. Let me know whether it is helpful for you.
- From admin, go to “Online Store” → “Themes”.
- Click “Customize” button from the current theme.
- Click “Header” and paste the below code in the “Custom CSS” field.
.section-header {
margin-bottom: 0px;
}
Result will be like,
Please provide your support by click “Like” and “Accepted” if our solution works for you. Thanks for your support.