Okay
  Public Ticket #248806
Nectar slider under menu
Closed

Comments

  • Mateas started the conversation

    Hello!

    I've stumbled across this issue where the nectar slider slides under the menu when it's right under it. It seems pretty random on some pages it goes further under and some less, on one page it did set it properly once so I'm really confused as to what's going on.

    For example here http://test.bnl.ro/wp/media/video/ it's pretty much set up the same way, but it's has a back line in between and as far as positioning goes it's way better then here http://test.bnl.ro/wp/contact/.

    Thanks!

  •  8,446
    Tahir replied

    Hey Mateas!

    Add this into the Custom CSS box located in your Salient Options panel :

    header#top {
        padding: 1px;
    }
    

    Cheers


    ThemeNectar Support Team 

  • Mateas replied

    Hi!

    I've done that but nothing seems to have changed. It did give me a warning saying that the element(header#top) is overqualified and I should only use #top. I've tried both instances but the slider keeps going under still.

  •  8,446
    Tahir replied

    Try adding this into the Custom CSS box located in your Salient Options panel:

    .first-section {
        margin-top: -1px !important;
    }
    

    Thanks


    ThemeNectar Support Team 

  • Mateas replied

    You guys rock! 

    Thanks!