Title: Change Menu Width?
Last modified: August 21, 2016

---

# Change Menu Width?

 *  Resolved [BackpackersUnion](https://wordpress.org/support/users/backpackersunion/)
 * (@backpackersunion)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/change-menu-width/)
 * This looks pretty awesome, great work Takanakui!
 * For Takanakui, or anyone who has looked into it; Is there a way to modify the
   sliders menu width? I tried modifying a little CSS, but no luck yet. In an ideal
   situation, it would be great to make it a percentage of the screens width instead
   of Pixels, so it would be dynamic depending on the mobile’s screen, but any suggestion
   would be great!
 * Thanks again for your time on this!
 * [https://wordpress.org/plugins/mobile-menu/](https://wordpress.org/plugins/mobile-menu/)

Viewing 1 replies (of 1 total)

 *  Thread Starter [BackpackersUnion](https://wordpress.org/support/users/backpackersunion/)
 * (@backpackersunion)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/change-menu-width/#post-4826260)
 * A few other tweaks will be needed for those who are interested (i.e. content 
   width, mobmenu.css may need similar changes, etc.), but this will get you started.
 * In style.php,
 *     ```
       .mob_menu_left_panel{
   
       width: 90%;
       height: 100%;
       position: fixed;
       top: 0px;
       left: 0px;
       z-index: 99999999;
       transform: translate(-100%);
       -ms-transform: translate(-100%);
       -webkit-transform: translate(-100%);
       transition: all .30s ease-in-out !important;
       -webkit-transition: all .30s ease-in-out !important;
       overflow:hidden;
   
       }
       ```
   
 * All the “%” except height were changed.
 * Hope this helps!

Viewing 1 replies (of 1 total)

The topic ‘Change Menu Width?’ 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/)

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)
 * [menu width](https://wordpress.org/support/topic-tag/menu-width/)

 * 1 reply
 * 1 participant
 * Last reply from: [BackpackersUnion](https://wordpress.org/support/users/backpackersunion/)
 * Last activity: [12 years, 1 month ago](https://wordpress.org/support/topic/change-menu-width/#post-4826260)
 * Status: resolved