Okay
  Public Ticket #298938
Header Layout Issue
Closed

Comments

  • Rhys started the conversation

    I have an issue with the centered header layout. The padding on the menu is huge. Can you provide the code which will make the padding 5px by 5px. Currently it is 102px by 97px but i cant find the file in the backend of wordpress or the files in my ftp.

    thanks in advance.

  •  8,839
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    body header#top nav > ul > li > a {
        padding: 5px 5px !important;
    }
    
    
    
    Thanks


    ThemeNectar Support Team 

  • Rhys replied

    awesome. thank you!