How to change the header menu bar spacing?

Hi!

How do change the header menu bar spacing? It’s a bit too high compared to menu buttons (text).

Hey Pärt,

Do you mind showing a screenshot of what you’re trying to do as well as the URL of the site in question so we can take a look? Sorry, it’s just I’m having a bit of a hard time picturing it out.

Ben

[Content Hidden]

Hey Pärt,

Try the CSS snippet below. Currently on your site, both padding is set to 15px.

@media (min-width: 768px) {
  .fl-page-header-primary .fl-page-nav .navbar-nav > li > a {
    padding-top: 5px
    padding-bottom: 5px
  }
}

Ben

Thanks Ben, I did put it customized > code > css, but didn’t do anything :confused:
Wrong place?

Hey Pärt,

That’s the correct place to put it. I just checked the site again and it has a different layout?

Ben