Okay
  Public Ticket #2747494
Styling
Closed

Comments

  • chriscuredig1tal started the conversation

    Hi,


    How can I close the gap between the main navigation labels and the drop down?  Please see attached.  


    Thank you.

  •  8,394
    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):

    #header-outer .sf-menu >li>ul.sub-menu {
        margin-top: -30px !important;
    }

    Thanks


    ThemeNectar Support Team 

  • chriscuredig1tal replied

    That's perfect, thank you.

  •  2,719
    Andrew replied

    Hi there,

    Glad we could help.

    Cheers.

  • chriscuredig1tal replied

    Hopefully, just one more thing...

    The mobile navigation isn't working correctly.

    The links aren't clickable and I can't access the child pages with the drop-down.


    Thanks again!


  •  1,632
    Judith replied

    Hi Chris,

    Please try this css code:

    body[data-bg-header="true"] #header-outer[data-permanent-transparent="1"].transparent {
        pointer-events: auto;
    }

    Thanks.

  • chriscuredig1tal replied

    That worked perfectly, thank you so much.