Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #874201
    #874546

    Hey NicomIT,

    I can’t see that you have a sticky header at all on the site, I’m guessing you disabled that? We will need to see the problem to be able to help you out.

    Best regards,
    Rikard

    #874661

    Sorry about that. I forgot that I have my hosts file updated so I can work on the new website using the domain. So you actually are seeing the old/live copy of the website. Below is a link to a copy that you should be able to see.

    #874744

    Hi NicomIT,

    Best regards,
    Victoria

    #874745

    Yes, directly above the Discover Halifax logo. If you scroll back up to the top of the page, you will see there should be some space above it. When you scroll down there isn’t any space and part of the logo gets hidden.

    #874774

    Hi,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #header_main  {
      padding: 20px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #874782

    Thanks Victoria. Is it possible to only add the additional padding when you scroll down the page and the sticky header turns on?

    #875217

    Hi NicomIT,

    Do need more padding when the header is sticky?
    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .header-scrolled.header-scrolled-full #header_main, 
    .header-scrolled #header_main {
      padding: 40px;
      transition: padding 0.5s ease-in-out;
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #875224

    That worked great. Thanks Victoria.

    #875253

    Hi,

    I’m glad this worked out for you. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Add Space Above Logo in Sticky Header’ is closed to new replies.