Okay
  Public Ticket #267844
HEADER HEIGHT
Closed

Comments

  • J started the conversation

    Hi,

    I need to reduce header height and align main menu vertical in the middle

    Regards

  •  8,839
    Tahir replied

    Hey JJ!

    Add this into the Custom CSS box located in your Salient Options panel :

    body #header-outer .row .col.span_3 {
        top: 11px !important;
    }
    body header#top nav > ul > li > a, body header#top nav > ul li#search-btn {
        padding-top: 43px !important;
        padding-bottom: 18px !important;
    }

    Cheers


    ThemeNectar Support Team