• 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.

Viewing 1 replies (of 1 total)
  • 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;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘How to "vertically" center title/subtitle in header’ is closed to new replies.