Okay
  Public Ticket #431331
Navigation hiding first element on a page
Closed

Comments

  • Daniel started the conversation

    Hi Salient,

    Have purchased Salient theme over 6 times now and my clients love it! As do I.

    I'm having an issue with my latest Salient website where the navigation appears to be hding the top part of the content on the page.

    http://durbanhistorymuseums.org.za/home/

    In the example provided above, you can see the black section above the slider, below the navbar is hdden. It stays hidden no matter how I adjust the theme settings such as Logo Height, Header padding & Header Logo Shrink Number. Right now they are set to blank.

    In Mobile view, you will notice that it appears as it should with the navigation not hiding the top of the black section.

    Can you please assist?

    Thank you,
    Daniel



  •  8,849
    Tahir replied

    Hey,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    .container-wrap {
        padding-top: 125px !important;
    }

    Thanks



    ThemeNectar Support Team