Hi
I have a space above my header row, but only on my home page.
https://www.krixcollection.com.au/
password: ontaub
Wondering if anyone can help please.
Thank you
A user reports an unwanted space appearing above the header on their Shopify store’s homepage only, not on other pages. The issue is mobile-specific.
Problem details:
Solution provided:
Another user suggests adding CSS code targeting the specific image banner section:
section#shopify-section-template--16540663513263__image_banner_X6FCkAmargin: 0;The discussion appears resolved with this CSS-based solution, though no confirmation from the original poster is included.
Hi
I have a space above my header row, but only on my home page.
https://www.krixcollection.com.au/
password: ontaub
Wondering if anyone can help please.
Thank you
@amandaZ2020 put in css.
section#shopify-section-template–16540663513263__image_banner_X6FCkA {
margin: 0;
}