• Resolved rleegarrison

    (@rleegarrison)


    As I can’t find anything regarding the page title in the css, I’ve tried the following:

    #page-title ( text-align: center; }

    but it’s not working.

    How do I make all the page titles center aligned?

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter rleegarrison

    (@rleegarrison)

    By the way, the site I’m working on is aryafarmproduce.com

    Try adding this:

    #post-title h2 {
       text-align: center;
    }

    You should add via a custom CSS option or plugin so that changes won’t be lost when the theme is updated.

    Thread Starter rleegarrison

    (@rleegarrison)

    Thank you for the prompt reply!! That worked perfectly, thank you. Totally missed that it was an h2.

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