Hi
I need help, I have this white space between the header and page. how can I remove it?
I want to know the problem because I also have it another website I am working on so I want to know how to permanently remove it from different websites.
link is: https://stitchesdxb.ae/collections
1 Like
@stitchesdxb can you please put this code in css file :
.page-width h1.title {
margin-top: 0;
}
Hello @stitchesdxb
You can add code by following these steps
-
Go to Online Store → Theme → Edit code.
-
Open your theme.liquid file
-
Paste the below code before on theme.liquid
#shopify-section-template--17563483963627__main h1.title.title--primary {
margin-top: unset !important;
}
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
Hi @stitchesdxb ,
Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code
Step 2: Search file theme.liquid
Step 3: Insert this code above tag:
Here is result:
Hope this can help you,
If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 
1 Like
@stitchesdxb , No problem. Have a good day 