Title: Centering all theme content
Last modified: September 25, 2016

---

# Centering all theme content

 *  Resolved [motorambler](https://wordpress.org/support/users/motorambler/)
 * (@motorambler)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/centering-all-theme-content/)
 * Just discovered this theme and am really enjoying setting it up. It looks great!
   I am using ‘Single Column Layout’ throughout my site. Is there any way to center
   the titles and content?

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

 *  [teeru@wensolutions](https://wordpress.org/support/users/teeru/)
 * (@teeru)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/centering-all-theme-content/#post-8218390)
 * Hello [@motorambler](https://wordpress.org/support/users/motorambler/)
 * To center the title and content at first you need to add the Custom CSS through
   the plugin.
 * You can find many plugin to add custom CSS. Below link is the reference for one
   of the plugin.
 * [Custom CSS](https://wordpress.org/plugins/simple-custom-css/)
    After installing
   the plugin you will find the custom CSS in Admin Panel / Appearance / custom 
   CSS.
 * Here copy and paste below CSS
 *     ```
       main#content {
           text-align: center;
       }
       ```
   
 * I hope this will resolve your issue
 * Best Regards!!
 *  Thread Starter [motorambler](https://wordpress.org/support/users/motorambler/)
 * (@motorambler)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/centering-all-theme-content/#post-8219498)
 * Thank you very much [@teeru](https://wordpress.org/support/users/teeru/) — that
   helped me a lot!

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

The topic ‘Centering all theme content’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/independent-publisher/1.8/screenshot.
   png)
 * Independent Publisher
 * [Support Threads](https://wordpress.org/support/theme/independent-publisher/)
 * [Active Topics](https://wordpress.org/support/theme/independent-publisher/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/independent-publisher/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/independent-publisher/reviews/)

## Tags

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

 * 2 replies
 * 2 participants
 * Last reply from: [teeru@wensolutions](https://wordpress.org/support/users/teeru/)
 * Last activity: [9 years, 7 months ago](https://wordpress.org/support/topic/centering-all-theme-content/#post-8218390)
 * Status: resolved