Okay
  Public Ticket #305284
I want header logo to go beyond header area
Closed

Comments

  • Al started the conversation

    How do I get the header logo to go below the header area?  I know I can make the logo bigger but that vertically centers the menu items in the header and they end up too low.

  •  8,839
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    header#top #logo {
        position: fixed;
    }
    
    #header-outer #logo img {
        height: 150px !important;
    }
    Thanks


    ThemeNectar Support Team 

  • Al replied

    Thanks!  You are my new best friend...