Title: Change mobile menu
Last modified: October 29, 2019

---

# Change mobile menu

 *  Resolved [wpba](https://wordpress.org/support/users/wpba/)
 * (@wpba)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/change-mobile-menu/)
 * Hi,
    I like the theme but on a mobile device the menu does not look good. How
   can I change for example the width to optimize the look? Thank you
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fchange-mobile-menu%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Jarret](https://wordpress.org/support/users/jarretc/)
 * (@jarretc)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/change-mobile-menu/#post-12078227)
 * Are you wanting to decrease the width of the mobile menu or increase it? You 
   can use the following CSS in Appearance->Customize->Additional CSS
 *     ```
       .menu_sidebar_slide_left .header-menu-sidebar {
           width: 200px;
       }
       ```
   
 *  Thread Starter [wpba](https://wordpress.org/support/users/wpba/)
 * (@wpba)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/change-mobile-menu/#post-12078725)
 * Thank you! Looks much better now.
    On tablett or small PC windows it is not otimal
   because of the bigger font, but I guess I can live with that.
 *  [Jarret](https://wordpress.org/support/users/jarretc/)
 * (@jarretc)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/change-mobile-menu/#post-12078735)
 * Which font size are you referring to? If you want those changes to only effect
   smaller width devices such as phones you can use this CSS with a media query
 *     ```
       @media screen and (max-width: 568px) {
       	.menu_sidebar_slide_left .header-menu-sidebar {
           	width: 200px;
       	}
       }
       ```
   
 *  Thread Starter [wpba](https://wordpress.org/support/users/wpba/)
 * (@wpba)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/change-mobile-menu/#post-12078779)
 * Wow you are great! Thank you very much!

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

The topic ‘Change mobile menu’ is closed to new replies.

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

 * 4 replies
 * 2 participants
 * Last reply from: [wpba](https://wordpress.org/support/users/wpba/)
 * Last activity: [6 years, 5 months ago](https://wordpress.org/support/topic/change-mobile-menu/#post-12078779)
 * Status: resolved