Title: Font size and alignment
Last modified: December 24, 2018

---

# Font size and alignment

 *  [Billv](https://wordpress.org/support/users/billv/)
 * (@billv)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/font-size-and-alignment/)
 * Where do I change the font size and alignment for page titles? The titles are
   quite large and center aligned. I want to reduce the size and align left.
 * Thank you,
    Bill
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ffont-size-and-alignment%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  [AddWeb Solution](https://wordpress.org/support/users/addweb-solution-pvt-ltd/)
 * (@addweb-solution-pvt-ltd)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/font-size-and-alignment/#post-11023694)
 * Hello billv,
 * Add below css code into your current active child theme’s style.css file or you
   can add additional css option in theme customizer
 *     ```
       h1.entry-title {
           font-size: 3rem;
           text-align: left;
       }
       ```
   
 * Hope this will helps you.
 * Thanks.

Viewing 1 replies (of 1 total)

The topic ‘Font size and alignment’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/radcliffe/2.1.2/screenshot.jpg)
 * Radcliffe
 * [Support Threads](https://wordpress.org/support/theme/radcliffe/)
 * [Active Topics](https://wordpress.org/support/theme/radcliffe/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/radcliffe/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/radcliffe/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [AddWeb Solution](https://wordpress.org/support/users/addweb-solution-pvt-ltd/)
 * Last activity: [7 years, 8 months ago](https://wordpress.org/support/topic/font-size-and-alignment/#post-11023694)
 * Status: not resolved