Menu Height

Hi,

I’d like to make my menu bar smaller (height). When I change line-height then the social icons are not in line with menu names.

Could you help me with that?

My website: http://www.biggerthanlimits.com

Anna

Hi Anna,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS

.site-navigation-inner  .nav-search {
    padding: 11px 0 0px;
}

.site-navigation-inner  .nav-search .social-icons {
    margin-bottom: 0;
}

.navbar-default .site-navigation-inner .navbar-nav> li> a {
    padding: 11px 0;
}

Best Regards,
Movin