Title: having a problem
Last modified: August 30, 2016

---

# having a problem

 *  Resolved [nvieira](https://wordpress.org/support/users/nvieira/)
 * (@nvieira)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/having-a-problem-1/)
 * Hi. First of all, thanks for your plugin!
 * I have a problem: I set the breakpoint to 960, but the menu items only appears
   when the screen size is above 960. In small screens it opens shiftnav panel but
   don’t show menu. What´s the problem? Can you help me?
 * Thanks,
    Nuno Vieira
 * [https://wordpress.org/plugins/shiftnav-responsive-mobile-menu/](https://wordpress.org/plugins/shiftnav-responsive-mobile-menu/)

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

 *  Thread Starter [nvieira](https://wordpress.org/support/users/nvieira/)
 * (@nvieira)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/having-a-problem-1/#post-6664565)
 * Sorry, english is not my first language.
 * What i mean is that menu in shiftnav panel disappears when site main-menu disappears(
   under 960px). I try not to hide main menu selector, but the problem is there 
   anyway.
 * The website is [http://soleluzconstrucoes.com/experiencia](http://soleluzconstrucoes.com/experiencia)
 * I need help, please.
 * Thanks again,
    Nuno Vieira
 *  Plugin Author [sevenspark](https://wordpress.org/support/users/sevenspark/)
 * (@sevenspark)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/having-a-problem-1/#post-6664647)
 * Hi Nuno,
 * To hide the theme menu, I would use this selector:
 * `#site-navigation`
 * The reason your menu is hidden on mobile is due to this overly generic code in
   your theme’s style.css:
 *     ```
       @media (max-width: 960px) {
         nav ul     { display: none; }
         nav select { display: inline-block; }
       }
       ```
   
 * That hides all ULs within nav elements. Sadly this isn’t coded modularly at all(
   doesn’t use appropriate classes), so it applies to all menus.
 * Since it’s so generic it can’t be avoided, I’d suggest overriding it like this:
 *     ```
       .shiftnav ul{
       	display:block;
       }
       ```
   
 * Hope that helps,
 * Chris
 *  Thread Starter [nvieira](https://wordpress.org/support/users/nvieira/)
 * (@nvieira)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/having-a-problem-1/#post-6664655)
 * HI Chris,
 * thanks for your help.
 * It works correctly!
 * I will buy this plugin. It´s great. Good work.
 * Best regards,
    Nuno Vieira

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

The topic ‘having a problem’ is closed to new replies.

 * ![](https://ps.w.org/shiftnav-responsive-mobile-menu/assets/icon-256x256.jpg?
   rev=2247219)
 * [ShiftNav - Responsive Mobile Menu](https://wordpress.org/plugins/shiftnav-responsive-mobile-menu/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/shiftnav-responsive-mobile-menu/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/shiftnav-responsive-mobile-menu/)
 * [Active Topics](https://wordpress.org/support/plugin/shiftnav-responsive-mobile-menu/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/shiftnav-responsive-mobile-menu/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/shiftnav-responsive-mobile-menu/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [nvieira](https://wordpress.org/support/users/nvieira/)
 * Last activity: [10 years, 7 months ago](https://wordpress.org/support/topic/having-a-problem-1/#post-6664655)
 * Status: resolved