Title: Disable navigation toggle for mobile menu
Last modified: August 31, 2016

---

# Disable navigation toggle for mobile menu

 *  Resolved [stillmo](https://wordpress.org/support/users/stillmo/)
 * (@stillmo)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/disable-navigation-toggle-for-mobile-menu/)
 * Site is [http://www.strangedanish.com](http://www.strangedanish.com)
 * Trying to disable the menu toggle for the mobile navigations.
 * I want to always have the menu expanded.
 * Also is there a way with css that i can **center** the Mobile menu links/buttons

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

 *  [James Koster](https://wordpress.org/support/users/jameskoster/)
 * (@jameskoster)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/disable-navigation-toggle-for-mobile-menu/#post-6984189)
 * Hey,
 * Something like this should force the handheld menu to display;
 *     ```
       @media screen and (max-width: 768px) {
       .handheld-navigation {
       display: block !important;
       }
       }
       ```
   
 * You’d then just need to hide the toggle button.
 * It looks like you managed to center the links already 🙂
 *  Thread Starter [stillmo](https://wordpress.org/support/users/stillmo/)
 * (@stillmo)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/disable-navigation-toggle-for-mobile-menu/#post-6984214)
 * Awesome thank you!
 *  [essamy](https://wordpress.org/support/users/essamy/)
 * (@essamy)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/disable-navigation-toggle-for-mobile-menu/#post-8653481)
 * Hello, Is this should work with twenty twelve theme ?
    I have the Twenty twelve
   theme and I just need to hide “Menu” button in mobile mode and show normal desktop
   menu since it contains only one element, How I can do this please?

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

The topic ‘Disable navigation toggle for mobile menu’ is closed to new replies.

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

## Tags

 * [center](https://wordpress.org/support/topic-tag/center/)
 * [menu](https://wordpress.org/support/topic-tag/menu/)
 * [navigation](https://wordpress.org/support/topic-tag/navigation/)
 * [toggle](https://wordpress.org/support/topic-tag/toggle/)

 * 3 replies
 * 3 participants
 * Last reply from: [essamy](https://wordpress.org/support/users/essamy/)
 * Last activity: [9 years, 4 months ago](https://wordpress.org/support/topic/disable-navigation-toggle-for-mobile-menu/#post-8653481)
 * Status: resolved