Title: Full Width Index
Last modified: August 24, 2016

---

# Full Width Index

 *  [valisemag](https://wordpress.org/support/users/valisemag/)
 * (@valisemag)
 * [11 years ago](https://wordpress.org/support/topic/full-width-index/)
 * Hi! I’d like to find a way to make my content full-width on the main page/index.
   How would I go about doing this?

Viewing 1 replies (of 1 total)

 *  [Maruti Mohanty](https://wordpress.org/support/users/marutim/)
 * (@marutim)
 * [11 years ago](https://wordpress.org/support/topic/full-width-index/#post-6132534)
 * Hi
 * There can be many ways to do this, but the easiest would be the css way.
 * To do this add the following css in the theme’s style.css file or use a [custom css plugin](https://wordpress.org/plugins/simple-custom-css/).
 * Make sure you are using a child theme. To know more about child theme check the
   [codex](http://codex.wordpress.org/Child_Themes) or [this blog](http://www.sourcexpress.com/wordpress-child-themes-use/).
 *     ```
       .home .site-sidebar {
           display: none;
       }
       .home ..site-content {
           margin: auto;
       }
       ```
   
 * Hope it helps!!
 * Thanks

Viewing 1 replies (of 1 total)

The topic ‘Full Width Index’ is closed to new replies.

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

 * 1 reply
 * 2 participants
 * Last reply from: [Maruti Mohanty](https://wordpress.org/support/users/marutim/)
 * Last activity: [11 years ago](https://wordpress.org/support/topic/full-width-index/#post-6132534)
 * Status: not resolved