Forums

How to "vertically" center title/subtitle in header (2 posts)

  1. mhgaither
    Member
    Posted 1 year ago #

    My new WP blog is at michaelgaither.com/home. Trying to format the header text:

    How to I vertically center the title/subtitle in the header? There's currently a lot of blank space below the wording. I'd like the text just centered, so there's an equal distance of white space above/below it.

    Thanks.

  2. vtxyzzy
    Member
    Posted 1 year ago #

    Change style.css around line 83 from this:

    .header h1 {
    color:#000000;
    padding-top:1.5em;
    }

    to this:

    .header h1 {
    color:#000000;
    padding-top:2.5em;
    }

Topic Closed

This topic has been closed to new replies.

About this Topic