Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #24281

    Unfortunately we’re having some troubles with our header again ( goo.gl/mQNrM ).

    There seems to be some space between the top of the page and the header, which is especially annoying when scrolling down. As you can see on this picture: http://img211.imageshack.us/img211/2040/headertxl.jpg. We had this problem before and with your support we were able to fix it using this code:

    .fixed_header #header {

    top: 0px !important;

    }

    The code is still active in our custom css sheet. No idea what happened, we haven’t made any major changes to the site?

    Hope you can help!

    #123000

    Hi!

    Use following code instead

    .fixed_header #header {
    margin-top: 0 !important;
    top: 0px !important;
    }

    Best regards,

    Peter

    #123001

    Tnx so much.

    Seems to be working!

    #123002

    Glad that Peter put you back on track,

    Thanks,

    Nick

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Header Troubles’ is closed to new replies.