Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #407064

    Hi,
    i used sticky header and this code to add space above the header:

    #wrap_all {
    margin-top: 30px;
    }

    Now when i scroll down the added space is still there which looks strange. How can i make the header to stay at the top when scrolling down?

    Thanks!
    Simon

    #407066

    Hey simonac!

    Please add following code to Quick CSS

    .header-scrolled header#header { top: 0; }

    Regards,
    Yigit

    #407075

    Sorry but that did not work.

    #407078

    Hi!

    Please change the code to following

    header#header.header-scrolled {
      top: 0;
    }

    Regards,
    Yigit

    #407084

    …better but now the logo is cut of a bit at the top.

    #407087

    Hey!

    This is how it looks on my end – http://i.imgur.com/Rb1jTFH.png
    Can you post a screenshot and show the issue please? Also, which OS and browser are you using?

    Best regards,
    Yigit

    #407105

    Hi Yigit,

    what i saw was the black stripe of the admin area.

    So now everything is perfekt?

    Thanks

    #407111

    Hi!

    It seems so. You can open an incognito page on Chrome and check your page there :)

    Best regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.