Okay
  Public Ticket #376271
Header Vertical Alignment Issue
Closed

Comments

  • Alex started the conversation

    I noticed that my logo (regardless of whether it is text or an image) aligns to the bottom of the navigation instead of being centered vertically.

    How can I adjust this? Is it a setting I overlooked?

    I noticed that if I select the centered navigation or the full width navigation it centers vertically...but not when I have the default navigation selected with full width nav turned off.

  •  8,848
    Tahir replied

    Hey!

    Can you provide the site url so we can have a look.

    Thanks


    ThemeNectar Support Team 

  •  8,848
    Tahir replied

    Hey Again!

    Add this into the Custom CSS box located in your Salient Options panel :
    #header-outer #logo img {
        margin-top: -27px !important;
    }
    @media only screen and (max-width: 1000px) and (min-width: 1px) {
        body header#top #logo img {
            height: 54px!important;
            margin-top: -18px!important;
        }
    }

    Thanks


    ThemeNectar Support Team 

  •   Alex replied privately
  •  8,848
    Tahir replied

    Hey!

    Settings seem to be alright.

    Thanks


    ThemeNectar Support Team