Title: Remove the sidebar
Last modified: September 4, 2020

---

# Remove the sidebar

 *  [clancel](https://wordpress.org/support/users/clancel/)
 * (@clancel)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/remove-the-sidebar-2/)
 * Hi. I wish to remove the sidebar from the link page. Can you help me? Thank you.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fremove-the-sidebar-2%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Theme Author [Mystery Themes](https://wordpress.org/support/users/mysterythemes/)
 * (@mysterythemes)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/remove-the-sidebar-2/#post-13361564)
 * Hello [@clancel](https://wordpress.org/support/users/clancel/)
 * You can use the following CSS code to hide sidebar in woocommerce pages:
 *     ```
       .woocommerce #primary {
       	width: 100%;
       }
       .woocommerce #secondary {
       	display: none;
       }
       ```
   
 * Thanks 🙂

Viewing 1 replies (of 1 total)

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

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

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