• Resolved joeytech

    (@joeytech)


    I know this is a dumb question, But i am new to WordPress
    How can i center the title of my blog?
    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You’d need to let me take a look at the theme. Alternatively, open header.php and look for an H2 heading. If there is one and it’s inside a div (e.g. header), create the following CSS rule:

    #header h2 {text-align: center;}

    This of course assumes your title is text, not an image.

    Thread Starter joeytech

    (@joeytech)

    Thank you!, I changed it to h1 and it worked

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Centering the blog title?’ is closed to new replies.