Title: Hide sidebar mobile view
Last modified: March 24, 2020

---

# Hide sidebar mobile view

 *  Resolved [Franpuarr](https://wordpress.org/support/users/franpuarr/)
 * (@franpuarr)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/hide-sidebar-mobile-view/)
 * Hi, help please. With this plugging I can hide the sidebar of pages in the view
   of mobile devices? Thank you very much for your help.

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

 *  Plugin Author [Joachim Jensen](https://wordpress.org/support/users/intoxstudio/)
 * (@intoxstudio)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/hide-sidebar-mobile-view/#post-12614957)
 * It is not supported out of the box, but since you can add any CSS to your content
   aware sidebars, you could make a CSS class like this:
 *     ```
       @media (max-width: 760px) {
       .hidden-mobile {
           display:none;
       }
       }
       ```
   
 * and then add “hidden-mobile” to the sidebar CSS.
 * I hope this helps!
 *  Thread Starter [Franpuarr](https://wordpress.org/support/users/franpuarr/)
 * (@franpuarr)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/hide-sidebar-mobile-view/#post-12640373)
 * Thank you very much for the help, very kind. Best regards.

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

The topic ‘Hide sidebar mobile view’ is closed to new replies.

 * ![](https://ps.w.org/content-aware-sidebars/assets/icon-256x256.png?rev=1815877)
 * [Content Aware Sidebars - Fastest Widget Area Plugin](https://wordpress.org/plugins/content-aware-sidebars/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/content-aware-sidebars/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/content-aware-sidebars/)
 * [Active Topics](https://wordpress.org/support/plugin/content-aware-sidebars/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/content-aware-sidebars/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/content-aware-sidebars/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Franpuarr](https://wordpress.org/support/users/franpuarr/)
 * Last activity: [6 years, 3 months ago](https://wordpress.org/support/topic/hide-sidebar-mobile-view/#post-12640373)
 * Status: resolved