• Resolved fifthace

    (@fifthace)


    Hi,

    I am making a small website (http://www.larsensound.com/) using the Catch Everest theme. How do I remove the white space at the top of the page (div id is hgroup-wrap, above the menu bar)? What is the custom css to do this?

    Cheers!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    #hgroup-wrap {
     position: absolute;
     left: -9999em;
    }
    Thread Starter fifthace

    (@fifthace)

    Thanks, that worked a treat!

    KMGuru

    (@kmguruadmin)

    the code above removes the header image/area completely. how do i remove the white buffer area between the logo/header image and the site background color? here: http://www.acclaimcompanies.com/. or what is the exact size of the header area and i can make the header image that size? thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Reduce white space at top (in masthead)’ is closed to new replies.