Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #179953

    hi, i have several pages that have a color spacer that starts as the first content piece on a page. there’s a white space between this content and the header that i can’t seem to get rid of. i’ve already applied the code below which got rid of some of the spacing but not all. please help to remove this gap. i’ve also made sure to remove any padding on this color section, but the gap is still there

    #header_meta{
    display: none !important;
    }

    page: http://lapolla.dreamhosters.com/building-owners/commercial-applications/

    #180063

    Hi Tech!

    Please add this on your custom.css or Quick CSS:

    .fixed_header.social_header #main {
    padding-top: 115px;
    }

    Cheers!
    Ismael

    #180435

    perfect, thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘space between top main nav and top of body’ is closed to new replies.