Title: Keep primary navigation when using plugin
Last modified: January 21, 2017

---

# Keep primary navigation when using plugin

 *  Resolved [nixiemartyn](https://wordpress.org/support/users/nixiemartyn/)
 * (@nixiemartyn)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/keep-primary-navigation-when-using-plugin/)
 * Hi!
 * Is there a way to use Mobile Menu on all screen sizes, but still keep the primary/
   secondary navigation for a site (I am using the Genesis Framework).
 * By default the plugin disables the primary and secondary navigation at the width
   trigger.
 * I want to have the hamburger icon from this plugin for a more detailed list of
   navigation and at the same time use my primary navigation for just a few categories:
   Both of these for all screen sizes.
 * Thank you for your help.
    Nixie

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

 *  Plugin Author [Rui Guerreiro](https://wordpress.org/support/users/takanakui/)
 * (@takanakui)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/keep-primary-navigation-when-using-plugin/#post-8684595)
 * Hi,
 * Try to add this to the custom css option field.
 *     ```
       .nav{
         display:block!important;
       }
       ```
   
 * Let me know if it worked.
 * -Takanakui
 *  Thread Starter [nixiemartyn](https://wordpress.org/support/users/nixiemartyn/)
 * (@nixiemartyn)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/keep-primary-navigation-when-using-plugin/#post-8685045)
 * Hi!
 * I put in the css in the custom css option field for the plugin and set the width
   trigger to 2000. What happened was that the navigation menu disappeared.
 *  Plugin Author [Rui Guerreiro](https://wordpress.org/support/users/takanakui/)
 * (@takanakui)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/keep-primary-navigation-when-using-plugin/#post-8685111)
 * To discuss this further, can you send me an email to takanakui at gmail dot com
   
   Need to ask a couple things in private.
 * -Takanakui
 *  Thread Starter [nixiemartyn](https://wordpress.org/support/users/nixiemartyn/)
 * (@nixiemartyn)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/keep-primary-navigation-when-using-plugin/#post-8685513)
 * I checked my code and figured out the navigation was nav-secondary (instead of
   primary navigation).
 * This code works.
 * .nav-secondary {
    display:block!important; }
 * Thanks for your help and the tips you sent me on email!!
 *  Plugin Author [Rui Guerreiro](https://wordpress.org/support/users/takanakui/)
 * (@takanakui)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/keep-primary-navigation-when-using-plugin/#post-8685535)
 * No problem. Glad I could help.
 * -Takanakui

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

The topic ‘Keep primary navigation when using plugin’ is closed to new replies.

 * ![](https://ps.w.org/mobile-menu/assets/icon-128x128.png?rev=1890426)
 * [WP Mobile Menu - The Mobile-Friendly Responsive Menu](https://wordpress.org/plugins/mobile-menu/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/mobile-menu/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/mobile-menu/)
 * [Active Topics](https://wordpress.org/support/plugin/mobile-menu/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/mobile-menu/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/mobile-menu/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [Rui Guerreiro](https://wordpress.org/support/users/takanakui/)
 * Last activity: [9 years, 4 months ago](https://wordpress.org/support/topic/keep-primary-navigation-when-using-plugin/#post-8685535)
 * Status: resolved