Dawn theme - Space above header only on mobile, only on home page

Topic summary

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:

  • Affects only the home page
  • Visible only on mobile devices
  • Site uses Dawn theme

Solution provided:
Another user suggests adding CSS code targeting the specific image banner section:

  • Target: section#shopify-section-template--16540663513263__image_banner_X6FCkA
  • Fix: Set margin: 0;

The discussion appears resolved with this CSS-based solution, though no confirmation from the original poster is included.

Summarized with AI on November 9. AI used: claude-sonnet-4-5-20250929.

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;
}

1 Like