• I can’t remove or hide what Firebug indicates to be
    <div class=”post-header”>
    which is the white space above the body text of a page (in particular the page home).
    I managed to cancel the text but I need now to remove the white “box”.
    My theme is Baskerville and my link is
    https://www.alter-native.com
    I read many other related exchanges of messages but I either don’t understand what to do or don’t work.
    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Matt Knowles

    (@aestheticdesign)

    The link you provided doesn’t go to a WordPress site. It appears to be an error page from your host and possibly something about a redirection error. (Sorry, my understanding of any languages other than English and sign language is pitiful.)

    But to completely hide the div you can add this to your css:

    .post-header {
    display: none;
    }

    Thread Starter Giavarini

    (@giavarini)

    Thank you Matt, it worked!
    Have a nice day!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘remove white space =header box of page’ is closed to new replies.