Okay
  Public Ticket #376371
Menu Help!!
Closed

Comments

  • Morake started the conversation

    Hi guys,

    Could you please help me with the main navigation.

    I have to use the alternative header layout, because they asked me to add some large heading at the top of the whole site and now its affecting the padding on my main menu.

    Where do I find the values to change the padding around my menu without affecting the logo height/size?


    Please help!!

  •  8,849
    Tahir replied

    Hey!

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

    Thanks


    ThemeNectar Support Team 

  •  8,849
    Tahir replied

    Hey Again!

    Add this into the Custom CSS box located in your Salient Options panel :
    header#top nav > ul > li > a {
        padding-top: 10px!important;
        padding-bottom: 10px!important;
    }
    #header-space {
        height: 255px !important;
    }

    Thanks



    ThemeNectar Support Team 

  • Morake replied

    Thanks a lot Tahir, I forgot to respond!