Title: Remove the sidebar
Last modified: August 31, 2016

---

# Remove the sidebar

 *  [jeremyvanvliet](https://wordpress.org/support/users/jeremyvanvliet/)
 * (@jeremyvanvliet)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/remove-the-sidebar-1/)
 * HI!
 * I have been working on the Ving CSS files for the last our but i can’t find a
   way to remove the sidebar completely and stretch the main content on a page.
 * Where in the CSS should i look?
 * With regards,
 * Jeremy

Viewing 1 replies (of 1 total)

 *  [divjotsingh_440](https://wordpress.org/support/users/divjotsingh_440/)
 * (@divjotsingh_440)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/remove-the-sidebar-1/#post-7111722)
 * Hello Jeremy,
    You don’t need to look anywhere. Just install a custom css plugin
   and add the following code to custom css-
 *     ```
       #secondary {
       display: none !important;
       }
   
       #primary {
       width: 100% !important;
       }
       ```
   
 * It should solve your issue.
 * Divjot

Viewing 1 replies (of 1 total)

The topic ‘Remove the sidebar’ is closed to new replies.

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

## Tags

 * [sidebar](https://wordpress.org/support/topic-tag/sidebar/)

 * 1 reply
 * 2 participants
 * Last reply from: [divjotsingh_440](https://wordpress.org/support/users/divjotsingh_440/)
 * Last activity: [10 years, 2 months ago](https://wordpress.org/support/topic/remove-the-sidebar-1/#post-7111722)
 * Status: not resolved