Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #172370

    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)?

    http://dreamhosters.lapolla.com

    #172403

    Hello Tech Dude!

    Your website is returning a defaultwebpage.cgi page (server misconfiguration).

    Best regards,
    Josue

    #172732
    This reply has been marked as private.
    #172740

    Hey!

    This will fix it:

    #header_meta{
    display: none !important;
    }

    Regards,
    Josue

    #172780
    This reply has been marked as private.
    #172865

    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

    #173119

    as always, thank you kindly for your patience and expertise :)

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘help with top margin’ is closed to new replies.