Okay
  Public Ticket #1177417
decrease padding above submenu
Closed

Comments

  • jaaannn started the conversation

    <ul class="sub-menu" style="top: 128px;">

    This is the padding above my minimal style dropdown submenu.  I want it to have less padding, like 75px instead of 128px.  How do I change this in css or elsewhere?  it's too far below the main nav menu

  •  2,744
    Andrew replied

    Hi Jaaann,

    Thanks for contacting us regarding your query.

    May I as you to provide us with the URL of your website so we may generate the Custom CSS Code you will need to accomplish this? 

    I look forward to your reply. 

    Cheers! 

  •   jaaannn replied privately
  •  8,470
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    #header-outer[data-format="centered-logo-between-menu"] header#top nav >ul.sf-menu >li ul {
        margin-top: -38px;
    }

    Thanks


    ThemeNectar Support Team 

  • jaaannn replied

    thanks.  that was exactly what I needed.