Okay
  Public Ticket #2762536
Sub-menu gap
Closed

Comments

  •  2
    tallkeith started the conversation

    Love your theme. But have a question. I do I get rid of this gap while still having my header size be a decent size. 

    Thanks, Keith

  •  8,394
    Tahir replied

    Hey tallkeith ,

    Thanks for using Salient.

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

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

    Best 


    ThemeNectar Support Team 

  •  2
    tallkeith replied

    PERFECT, looks great, thanks so much!

    Keith