Hi, how do I reduce space between header and logo on my page?
Dawn theme ver 11.0.0
Shop url: topspot.cards
A user seeks to reduce the space between the header and logo in Dawn theme version 11.0.0.
Solution Provided:
.header__inline-menu {
margin-top: -16px !important;
}
Outcome:
The solution was tested and confirmed successful. The user expressed gratitude, and the issue appears resolved.
Hi, how do I reduce space between header and logo on my page?
Dawn theme ver 11.0.0
Shop url: topspot.cards
Hello @topspotcards ![]()
In Shopify Admin, you can go to Edit theme code, open file base.css and add this code at the bottom
.header__inline-menu {
margin-top: -16px !important;
}
The result
Hope that helps!
God bless you. Thank you so much.
You are welcome!