Title: Mobile Browser Compatibility
Last modified: March 7, 2018

---

# Mobile Browser Compatibility

 *  Resolved [reegs83](https://wordpress.org/support/users/reegs83/)
 * (@reegs83)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/mobile-browser-compatibility/)
 * Hello,
    I activated sidebars on the blog pages of my site only. They work fine
   on the desktop, but disappear when viewing from mobile. They are integral to 
   the experience. Is there any way to make them appear on mobile too? Thank you.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fmobile-browser-compatibility%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Imran – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support9/)
 * (@wpmudev-support9)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/mobile-browser-compatibility/#post-10061396)
 * Hello [@reegs83](https://wordpress.org/support/users/reegs83/)
 * Hope all is well!
 * The sidebar does not show for mobile devices because the theme that is active
   on your site hides it. There is this CSS code added in your theme that hides 
   the sidebar:
 *     ```
       @media (max-width: 800px) {
       .sidebar {
           display: none;
       }
       ```
   
 * Please add the following CSS code to Additional CSS filed from Appearance > Customizer
   to show the sidebar;
 *     ```
       @media (max-width: 800px) {
       .sidebar {
           display: inline;
       }
       }
       ```
   
 * Hope this helps!
 * Kind regards,
    Nastia
 *  [Dimitris – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support6/)
 * (@wpmudev-support6)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/mobile-browser-compatibility/#post-10202889)
 * Hello [@reegs83](https://wordpress.org/support/users/reegs83/),
 * we haven’t heard back from you for a long time, so I’m marking this thread as
   resolved. Feel free to post back here, if more assistance is required and we 
   can re-open it. 🙂
 * Warm regards,
    Dimitris

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

The topic ‘Mobile Browser Compatibility’ is closed to new replies.

 * ![](https://ps.w.org/custom-sidebars/assets/icon-256x256.png?rev=1414065)
 * [Custom Sidebars - Dynamic Sidebar Classic Widget Area Manager](https://wordpress.org/plugins/custom-sidebars/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/custom-sidebars/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/custom-sidebars/)
 * [Active Topics](https://wordpress.org/support/plugin/custom-sidebars/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/custom-sidebars/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/custom-sidebars/reviews/)

## Tags

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

 * 2 replies
 * 3 participants
 * Last reply from: [Dimitris – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support6/)
 * Last activity: [8 years, 1 month ago](https://wordpress.org/support/topic/mobile-browser-compatibility/#post-10202889)
 * Status: resolved