Okay
  Public Ticket #220379
Header
Closed

Comments

  • Chris started the conversation

    (Hi, I have also posted this on your FB page and as a FB message, sorry for duplication):

    Hi Theme Nectar. I have recently installed Salient and I am enjoying it, thank you. I have a question. I have uploaded a logo image in the header settings. It is 2000 px wide x 525 high. I have put in the height settings as 475 in case that is a problem. The question is: the content of the pages (all pages, shop, blog, home, contact, etc) is scrolling 'under' the header. That is, the header doesn't move at all, and the important stuff is hardly visible, just a small strip at the bottom on many screens. How do I make sure that the header scrolls away so that people can check out my pages? Thanks for your help. Cheers, Annalise


  •  8,406
    Tahir replied

    Hey Chris!

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

    body #header-outer {
        position: absolute !important;
    }
    

    Cheers


    ThemeNectar Support Team