Tagged: top margin
i seem to have a top margin above my header that pushed my content down a bit. is there a particular portion of the CSS i should look for that may have this error code in it? or is there a way to reset the CSS (given i’d copy my custom css code before it resets). without losing all my content (pages, navigation menu, etc)?
Hello Tech Dude!
Your website is returning a defaultwebpage.cgi page (server misconfiguration).
Best regards,
Josue
Hey!
This will fix it:
#header_meta{
display: none !important;
}
Regards,
Josue
Hello!
The header meta is now hidden on IE10, please remove browser cache then reload the page. Add this on your custom.css or Quick CSS to add a background on the header when you scroll the page.
.header_color.header-scrolled .header_bg {
background: #22324b;
}
Cheers!
Ismael
as always, thank you kindly for your patience and expertise :)