Title: Changing drop down menu width
Last modified: January 9, 2024

---

# Changing drop down menu width

 *  Resolved [jbasol](https://wordpress.org/support/users/jbasol/)
 * (@jbasol)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/changing-drop-down-menu-width-2/)
 * Hello,
 * I would like to change the width of the drop down list of my navigation menu,
   but can not seem to find how to do this? For example, the pages listed under “
   Build Log” have long, but relevant titles, so each item wraps to multiple lines.
   due to the number of pages this particular menu drop down becomes rather long.
 * Thanks!
 * -John
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fchanging-drop-down-menu-width-2%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Moderator [jordesign](https://wordpress.org/support/users/jordesign/)
 * (@jordesign)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/changing-drop-down-menu-width-2/#post-17333884)
 * Hi [@jbasol](https://wordpress.org/support/users/jbasol/),
 * You can try adding this CSS to the site [following these instructions](https://wordpress.org/documentation/article/styles-overview/#applying-custom-css):
 *     ```wp-block-code
       .wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container {
           height: auto;
           min-width: 320px;
           opacity: 1;
           overflow: visible;
           visibility: visible;
           width: auto;
       }
       ```
   
 *  Thread Starter [jbasol](https://wordpress.org/support/users/jbasol/)
 * (@jbasol)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/changing-drop-down-menu-width-2/#post-17334137)
 * Thanks! That was exactly what I was looking for. Much appreciated.

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

The topic ‘Changing drop down menu width’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/twentytwentyfour/1.5/screenshot.
   png)
 * Twenty Twenty-Four
 * [Support Threads](https://wordpress.org/support/theme/twentytwentyfour/)
 * [Active Topics](https://wordpress.org/support/theme/twentytwentyfour/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/twentytwentyfour/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/twentytwentyfour/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [jbasol](https://wordpress.org/support/users/jbasol/)
 * Last activity: [2 years, 5 months ago](https://wordpress.org/support/topic/changing-drop-down-menu-width-2/#post-17334137)
 * Status: resolved