Minimal theme: Header navigation bar reduce white space

Hello, as you see in the picture, the navbar isn’t centered vertically. How can I solve that?

My store link: https://wiggleduck.com/

You could try adding this rule to the bottom of timber.css

.site-nav {
    margin-top: 0;
}

Result:

1 Like

Hey @Nick_Marketing
Thank you for helping. The code didn’t work at first but I added !important to the right side of the value and it worked. Thank you so much.

1 Like