Title: how to decrease indent of post titles
Last modified: August 30, 2016

---

# how to decrease indent of post titles

 *  Resolved [lochanrajeev2014](https://wordpress.org/support/users/lochanrajeev2014/)
 * (@lochanrajeev2014)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/how-to-decrease-indent-of-post-titles/)
 * how to decrease indent and font weight of post titles(on homepage and thruout
   the whole website),they are too bigger

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Theme Author [acosmin](https://wordpress.org/support/users/acosmin/)
 * (@acosmin)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/how-to-decrease-indent-of-post-titles/#post-6863487)
 * With CSS:
    `.post-template-1 .title, .single-template-1 .title { font-size: 45px}`
 * Where 45 is the font size.
 *  Thread Starter [lochanrajeev2014](https://wordpress.org/support/users/lochanrajeev2014/)
 * (@lochanrajeev2014)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/how-to-decrease-indent-of-post-titles/#post-6863511)
 * thanks ..how can i decrease font size and indent of the widgets title & excerpts,
   used thruout specially on front page(used in magazine layout)
 *  Theme Author [acosmin](https://wordpress.org/support/users/acosmin/)
 * (@acosmin)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/how-to-decrease-indent-of-post-titles/#post-6863518)
 *     ```
       .st-small {
       	font-size: 18px;
       }
       .st-small-2nd {
       	font-size: 22px;
       }
       .st-medium {
       	font-size: 26px;
       }
       .st-large {
       	font-size: 40px;
       }
       ```
   
 * I wouldn’t change st-large 🙂 the Slider might look weird…

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘how to decrease indent of post titles’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/justwrite/2.0.3.6/screenshot.png)
 * JustWrite
 * [Support Threads](https://wordpress.org/support/theme/justwrite/)
 * [Active Topics](https://wordpress.org/support/theme/justwrite/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/justwrite/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/justwrite/reviews/)

## Tags

 * [font](https://wordpress.org/support/topic-tag/font/)

 * 3 replies
 * 2 participants
 * Last reply from: [acosmin](https://wordpress.org/support/users/acosmin/)
 * Last activity: [10 years, 4 months ago](https://wordpress.org/support/topic/how-to-decrease-indent-of-post-titles/#post-6863518)
 * Status: resolved