How can I adjust the mobile navigation bar height in Dawn theme?

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.

I want to make the header bigger to the low. The theme is Maker. Where have i to add the code?