Title: mobile sidebar
Last modified: September 20, 2020

---

# mobile sidebar

 *  [wbtilki](https://wordpress.org/support/users/wbtilki/)
 * (@wbtilki)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/mobile-sidebar/)
 * Hi,
 * Thanks for the plugin. It works great!
 * My question is;
 * Can I hide the side bars just in mobile? Is there an option for this?

Viewing 1 replies (of 1 total)

 *  [longnguyen](https://wordpress.org/support/users/longnguyen/)
 * (@longnguyen)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/mobile-sidebar/#post-13431105)
 * Hi,
 * You can add this custom CSS code in Appearance > Customize > Additional CSS, 
   to hide sidebars on the mobile view.
 *     ```
       @media (max-width: 767px) {
           #sidebar-primary,
           #sidebar-secondary {
               display: none;
           }
       }
       ```
   
 * Regards.

Viewing 1 replies (of 1 total)

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

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

 * 1 reply
 * 2 participants
 * Last reply from: [longnguyen](https://wordpress.org/support/users/longnguyen/)
 * Last activity: [5 years, 6 months ago](https://wordpress.org/support/topic/mobile-sidebar/#post-13431105)
 * Status: not resolved