Title: Full width theme
Last modified: August 31, 2016

---

# Full width theme

 *  Resolved [pre20](https://wordpress.org/support/users/pre20/)
 * (@pre20)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/full-width-theme-4/)
 * Hi, nice theme!
 * In big screens there are empty spaces on left and right of the theme.
    What I
   have to do to get that spaces filled by the content & sidebar?
 * Thanks

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

 *  [Mr Case](https://wordpress.org/support/users/mr-case/)
 * (@mr-case)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/full-width-theme-4/#post-7197717)
 * _Did you include a link to your site, so that others can see the problem?_
 *  Theme Author [galussothemes](https://wordpress.org/support/users/galussothemes/)
 * (@galussothemes)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/full-width-theme-4/#post-7197724)
 * Hi pre20,
 * Increasing the width of the page can affect the header image you select. However,
   if you want to increase the width go to _Appearance > Editor_ select the `custom-
   style.css` file. and paste the following code and click the ‘Update File’ button(
   the example is for a 1300px width, you can set the width you want):
 *     ```
       @media screen and (min-width: 768px) {
       	.site {
       		max-width:1300px;
       		max-width:92.85714285714286rem; /* = 1300/14 (14px = 1rem) */
       	}
       }
       ```
   
 * Regards.

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

The topic ‘Full width theme’ is closed to new replies.

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

 * 2 replies
 * 3 participants
 * Last reply from: [galussothemes](https://wordpress.org/support/users/galussothemes/)
 * Last activity: [10 years, 1 month ago](https://wordpress.org/support/topic/full-width-theme-4/#post-7197724)
 * Status: resolved