Okay
  Public Ticket #3333369
reduce the distance between secondary and main menu
Closed

Comments

  •  15
    Patryk started the conversation

    Is it possible to reduce the distance between secondary and main menu? As in the picture - arrow 

  •  8,839
    Tahir replied

    Hey Again,

    Please provide the page URL so we can write up what's possible.

    Thanks.


    ThemeNectar Support Team 

  •  15
  •  8,839
    Tahir replied

    Hey Again,

    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):

    @media only screen and (min-width: 1000px) {
    #header-outer[data-full-width="true"] header > .container {
        top: -25px !important;
    } }

    Thanks

    .


    ThemeNectar Support Team 

  •  15
    Patryk replied

    Thank you! you are the best :)