Title: Layout 100% wide
Last modified: August 30, 2016

---

# Layout 100% wide

 *  Resolved [wwwebhost](https://wordpress.org/support/users/wwwebhost/)
 * (@wwwebhost)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/layout-100-wide/)
 * Plz I love this theme but I need a 100% wide website.
    Is it possible to create
   this?
 * thx a lot for any respons.
 * regards Marcel

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

 *  [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * (@wpmudev-support4)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/layout-100-wide/#post-6325777)
 * Hey there Marcel,
 * How are you doing today?
 * I’ve quickly checked the theme and you can use Full Width page template when 
   creating/editing pages in your admin area which will remove the sidebar from 
   your pages, see screenshot [http://screencast.com/t/Cn5JFDbubGw](http://screencast.com/t/Cn5JFDbubGw).
 * If this doesn’t work or you want this removed on some other places please let
   me know and I’ll help you out with doing that with some custom CSS.
 * Best regards,
    Bojan
 *  Thread Starter [wwwebhost](https://wordpress.org/support/users/wwwebhost/)
 * (@wwwebhost)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/layout-100-wide/#post-6325782)
 * Hey Bojan,
 * Thx for your support!
 * This isn’t what I meant, I want the whole site in full wide, incl. header. Now
   its 760px or so.
 * See my temp site [http://www.fam-buch.nl/limo/](http://www.fam-buch.nl/limo/)
 * regards,
 * Marcel
 *  [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * (@wpmudev-support4)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/layout-100-wide/#post-6325790)
 * Hey again Marcel,
 * This is definitely possible but it would require changing the width of the containers
   on larger screens which would probably require making quite a few additional 
   modifications so if you want to do this we can start by making container width
   100% and see what else it needs to be changed.
 * Please try adding the following CSS code in the style.css file of your [child theme](http://codex.wordpress.org/Child_Themes)
   or add it in your site using the following plugin:
 * [http://wordpress.org/plugins/simple-custom-css](http://wordpress.org/plugins/simple-custom-css)
 *     ```
       @media (min-width: 1024px) {
       .container {
         width: 100%;
       }
       }
       ```
   
 * This should make page container width on all resolutions above 1024 to 100% in
   width, this could cause elements that have max with defined or with defined width
   in px not to properly expand so you’ll have to make additional changes to those
   elements as well.
 * Best regards,
    Bojan
 *  Thread Starter [wwwebhost](https://wordpress.org/support/users/wwwebhost/)
 * (@wwwebhost)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/layout-100-wide/#post-6325805)
 * Perfect!
    Thx a lot Bojan!
 * With this I can make further changes easy.
    The containers are in %, looks good
   for now.
 * regards
 * Marcel
 *  [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * (@wpmudev-support4)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/layout-100-wide/#post-6325841)
 * Hey Marcel,
 * Glad this helped 🙂
 * Have a nice day!
 * Cheers,
    Bojan

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

The topic ‘Layout 100% wide’ is closed to new replies.

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

 * 5 replies
 * 2 participants
 * Last reply from: [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * Last activity: [10 years, 10 months ago](https://wordpress.org/support/topic/layout-100-wide/#post-6325841)
 * Status: resolved