Title: Full width display
Last modified: July 20, 2018

---

# Full width display

 *  Resolved [kennethykw](https://wordpress.org/support/users/kennethykw/)
 * (@kennethykw)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/full-width-display-2/)
 * Hi,
 * How to set the content to be full-width in page?
 * Kenneth

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

 *  Theme Author [Di Themes](https://wordpress.org/support/users/dithemes/)
 * (@dithemes)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/full-width-display-2/#post-10511643)
 * Hi [@kennethykw](https://wordpress.org/support/users/kennethykw/)
 * By default, pages will display in Full Width and you can set Template accordingly,
   here : Pages > All Pages > Edit > Page Attributes > Template.
 * For blog, you can choose layout, here : Appearance > Customize > Di Business 
   Options > Blog Options.
 * if you are using WooCommerce, you can choose layout, here : Appearance > Customize
   > Di Business Options > WooCommerce Options.
 * Thanks
 *  Thread Starter [kennethykw](https://wordpress.org/support/users/kennethykw/)
 * (@kennethykw)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/full-width-display-2/#post-10511802)
 * Hi,
 * Thanks for your reply.
    I have tried to set the full width template but the content
   is still in the center and two blank side bars. Is there any css code I can set
   the container to full width?
 * Thanks,
    Kenneth
 *  Theme Author [Di Themes](https://wordpress.org/support/users/dithemes/)
 * (@dithemes)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/full-width-display-2/#post-10537393)
 * Hi [@kennethykw](https://wordpress.org/support/users/kennethykw/)
 * Please send link of page so we can check.
 * Thanks
 *  Thread Starter [kennethykw](https://wordpress.org/support/users/kennethykw/)
 * (@kennethykw)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/full-width-display-2/#post-10539055)
 * Hi,
 * The url is [http://www.mutualwork.co/wordpress/forum-po](http://www.mutualwork.co/wordpress/forum-po)
 * Login:test2
    Password:123456
 * Thanks,
    Kenneth
 *  Theme Author [Di Themes](https://wordpress.org/support/users/dithemes/)
 * (@dithemes)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/full-width-display-2/#post-10540807)
 * Hi [@kennethykw](https://wordpress.org/support/users/kennethykw/)
 * First of all, please do not include user name and password because it is public
   site. we will recommend to change your password as soon as possible.
 * We checked your website and did not find width issue because 1140px is default
   maximum width and theme is responsive so it will decrease base on width of browser.
 * if want to increase default width, you can use custom CSS :
 *     ```
       @media (min-width: 1200px) {
         .container {
           max-width: 1140px;
         }
       }
       ```
   
 * you can change 1140px accordingly.
 * To add custom CSS: Appearance > Customize > Additional CSS.
 * Thanks
 *  Thread Starter [kennethykw](https://wordpress.org/support/users/kennethykw/)
 * (@kennethykw)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/full-width-display-2/#post-10540820)
 * Hi,
 * I have customize the CSS and the full width problem is solved.
 * Thanks for your help.
    Kenneth

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

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

 * ![](https://i0.wp.com/themes.svn.wordpress.org/di-business/2.3/screenshot.png)
 * Di Business
 * [Support Threads](https://wordpress.org/support/theme/di-business/)
 * [Active Topics](https://wordpress.org/support/theme/di-business/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/di-business/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/di-business/reviews/)

 * 6 replies
 * 2 participants
 * Last reply from: [kennethykw](https://wordpress.org/support/users/kennethykw/)
 * Last activity: [7 years, 10 months ago](https://wordpress.org/support/topic/full-width-display-2/#post-10540820)
 * Status: resolved