Title: Full Width by default
Last modified: August 22, 2016

---

# Full Width by default

 *  Resolved [aristosv](https://wordpress.org/support/users/aristosv/)
 * (@aristosv)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/full-width-by-default/)
 * Hi,
 * Is there a way I can make the Asteroid theme a full width theme by default, without
   having to go on every page and select “Full, No Sidebar” ??

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

 *  Theme Author [ronangelo](https://wordpress.org/support/users/ronangelo/)
 * (@ronangelo)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/full-width-by-default/#post-5335840)
 * If you’re using a child-theme, create a file named sidebar.php. It should be 
   empty.
 * Then add this on `Asteroid Options -> Custom CSS`
 *     ```
       #main #content {
           max-width: 100%;
           width: 100%;
       }
       ```
   
 *  Thread Starter [aristosv](https://wordpress.org/support/users/aristosv/)
 * (@aristosv)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/full-width-by-default/#post-5335842)
 * thanks man

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

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

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

 * 2 replies
 * 2 participants
 * Last reply from: [aristosv](https://wordpress.org/support/users/aristosv/)
 * Last activity: [11 years, 8 months ago](https://wordpress.org/support/topic/full-width-by-default/#post-5335842)
 * Status: resolved