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!
Hi!
Use following code instead
.fixed_header #header {
margin-top: 0 !important;
top: 0px !important;
}
Best regards,
Peter
Tnx so much.
Seems to be working!
Glad that Peter put you back on track,
Thanks,
Nick