Hi Shopify community,
The question I have is about changing the height of my navigation bar on mobile.
How can I decrease this height? Could you help me out here?
Which code do I need to use and where to paste it?
website: salt-apes.com
Password: Shopify100!
Theme: Dawn
Hi,
Add this code to the bottom of base.css.
@media screen and (max-width: 989px) {
.header.header--middle-left.page-width.header--has-menu {
padding-top: 0;
padding-bottom: 0;
}
}
Thanks Nick! Worked perfectly!
1 Like
@SALT-APES Excellent, Iām glad the issue is solved.
Basti20
5
I want to make the header bigger to the low. The theme is Maker. Where have i to add the code?