Title: Responsive Version not Working
Last modified: August 31, 2016

---

# Responsive Version not Working

 *  [janaglass](https://wordpress.org/support/users/janaglass/)
 * (@janaglass)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/responsive-version-not-working/)
 * My site looks great on a regular screen, but the mobile (responsive version) 
   looks zoomed out. I have deactivated all the plug ins and none of them seem to
   be the culprit. Is there something else that could be causing the site to do 
   this?
 * [http://onecharmingmonkey.com](http://onecharmingmonkey.com)

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

 *  [Denzel Chia](https://wordpress.org/support/users/denzel_chia/)
 * (@denzel_chia)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/responsive-version-not-working/#post-6914994)
 * Hi,
 * Did you add any custom css?
    Remove them and see if in fix your issue.
 * Thanks!
 *  Thread Starter [janaglass](https://wordpress.org/support/users/janaglass/)
 * (@janaglass)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/responsive-version-not-working/#post-6915071)
 * I have removed all of the custom CSS and am still having the same issue. I am
   not sure what it could be. Any other thoughts?
 *  [thekommune](https://wordpress.org/support/users/thekommune/)
 * (@thekommune)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/responsive-version-not-working/#post-6915085)
 * Hi,
 * I am having a similar problem. On my iPhone, the menu is not visible, and only
   about the bottom half of the bootstrap slider is visible.
 * [http://thekommune.org](http://thekommune.org)
 * Thanks!
 *  [emranemranx](https://wordpress.org/support/users/emranemranx/)
 * (@emranemranx)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/responsive-version-not-working/#post-6915111)
 * Hi thekommune,
 * Thanks for writing in!
 * I’ve checked into your site and it seems to be working fine at my end. The both
   Bootstrap Slider and the Menu are visible and working well (See: [http://prntscr.com/9svknd](http://prntscr.com/9svknd)).
   Please confirm if you still have the issue, we’ll be glad to assist.
 * Thanks!
 *  [emranemranx](https://wordpress.org/support/users/emranemranx/)
 * (@emranemranx)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/responsive-version-not-working/#post-6915112)
 * Hi Janaglass,
 * Thanks for writing in!
 * I’ve checked into your website and found conflicting issue which is with your
   menubar and that is also causing the extra empty space throughout the whole website.(
   see: [http://prntscr.com/9svok2](http://prntscr.com/9svok2) ) there’s an extra
   width applied on your primary menu class. In order to get rid of that; please
   add the following code into your **Appearance > Customize > Custom CSS**:
 *     ```
       .primary-menu {
           width: auto !important;
       }
       ```
   
 * Hope this helps!
 * Thanks.
 *  Thread Starter [janaglass](https://wordpress.org/support/users/janaglass/)
 * (@janaglass)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/responsive-version-not-working/#post-6915117)
 * That was exactly what it was. But, on the regular version, I would like the menu
   centered. When I put this code in, it doesn’t appear centered anymore. At least
   not on my screen. Is there a way to center the menu but still have it not have
   the extra empty space? Thank you for your help!
 *  [emranemranx](https://wordpress.org/support/users/emranemranx/)
 * (@emranemranx)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/responsive-version-not-working/#post-6915122)
 * Hi there,
 * Glad that worked!
 * In order to have the both things up; please replace the previous code with the
   following under your Custom CSS field:
 *     ```
       @media screen and (max-width: 767px) {
           .primary-menu {
               width: auto !important;
           }
       }
       ```
   
 * Hope this helps!
 * Thanks.
 *  Thread Starter [janaglass](https://wordpress.org/support/users/janaglass/)
 * (@janaglass)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/responsive-version-not-working/#post-6915123)
 * Thank you so much! I would have never figured that out on my own!
 *  [emranemranx](https://wordpress.org/support/users/emranemranx/)
 * (@emranemranx)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/responsive-version-not-working/#post-6915130)
 * You’re welcome! 🙂

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

The topic ‘Responsive Version not Working’ is closed to new replies.

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

 * 9 replies
 * 4 participants
 * Last reply from: [emranemranx](https://wordpress.org/support/users/emranemranx/)
 * Last activity: [10 years, 4 months ago](https://wordpress.org/support/topic/responsive-version-not-working/#post-6915130)
 * Status: not resolved