Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Terry, the default Pilcrow theme has a right-aligned site title, as you can see in the demo:

    http://wp-themes.com/pilcrow/

    To override the default alignment and have it centered instead, you can add this custom CSS:

    #site-title {
    	text-align: center;
    }

    Since you’re already running Jetpack, I suggest you activate the Custom CSS module and add your custom CSS there. This way, your CSS won’t be overwritten when you update the theme.

    Let me know how it goes

    Thread Starter Terry

    (@tjhoyt)

    It worked. I was not sure what “CSS module” was, but guessed, and it was a correct guess! Thanks much!

    Great! Glad you’re all set.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Centering the header test’ is closed to new replies.