Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator t-p

    (@t-p)

    In your active theme’s style.css, find this rule:
    h1 {
    font-size: 48px;
    margin: 33px 0;
    }

    Try changing it to this (preferably in a child theme):

    h1 {
    font-size: 48px;
    margin: 0;
    }

    but make sure this mod does not have any side-effect somewhere else.

    Thread Starter Khadesa

    (@khadesa)

    Ahhh nice try, i didn’t think of that, but alas, to no avail :[

    Thread Starter Khadesa

    (@khadesa)

    Wait wait wait!

    hold the phone!

    Tara, you deadset legend.

    Lord Commander Tara of the WordPress Watch,

    Thankyou very much.

    Moderator t-p

    (@t-p)

    You are welcome ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘ugly white gap between site and nav’ is closed to new replies.