Viewing 3 replies - 1 through 3 (of 3 total)
  • Find the following line in style.css:

    .header h1 { width: 500px; padding: 0; margin: 40px 0 0 30px; font-family: Times New Roman, Arial, "Trebuchet MS", Georgia, Sans-serif; font-size: 3.5em; line-height: 40px; text-align: left; }

    Change the width: 500px; to width: 1000px; and change the text-align: left; to text-align: center;

    Then find the following line and make the same changes:

    .header .description { width: 500px; margin: 0 0 0 60px; padding: 0; font-size: 1.5em; font-weight: normal; font-family: Georgia; color: #ceb87f; text-align: left; text-transform: lowercase; font-style: italic; }
    Thread Starter mtwt

    (@mtwt)

    Thank you SO much!!

    You’re welcome.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to center blog title’ is closed to new replies.