Title: Main menu dropdown width
Last modified: June 20, 2022

---

# Main menu dropdown width

 *  [david88](https://wordpress.org/support/users/davidsmalley88/)
 * (@davidsmalley88)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/main-menu-dropdown-width/)
 * Hi!
 * I would like to increase the menu width so my dropdown list only displays on 
   a single line per dropdown menu item.
 * Is it possible to fix this with custom CSS?
 * Also I am trying to change the hover colour to the same as the hover cover of
   the main menu, can you advise how to change this also?
 * Thanks!
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fmain-menu-dropdown-width%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Abhishek](https://wordpress.org/support/users/abhikr781/)
 * (@abhikr781)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/main-menu-dropdown-width/#post-15755835)
 * Hello,
 * Please try to add the below CSS code from the Appearance > Customize > Custom
   CSS, and check.
 *     ```
       #site-navigation .dropdown-menu ul li.menu-item {
           min-width: max-content;
       }
       #site-navigation#site-navigation .dropdown-menu ul li a.menu-link:hover {
           color: #2b2bea;
       }
       ```
   
 * PS- Change the color code according to need.
 *  Thread Starter [david88](https://wordpress.org/support/users/davidsmalley88/)
 * (@davidsmalley88)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/main-menu-dropdown-width/#post-15758867)
 * Thanks, the code worked for both issues!
 *  [Abhishek](https://wordpress.org/support/users/abhikr781/)
 * (@abhikr781)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/main-menu-dropdown-width/#post-15759229)
 * Glad to hear that solution worked well.😊

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

The topic ‘Main menu dropdown width’ is closed to new replies.

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

## Tags

 * [colour](https://wordpress.org/support/topic-tag/colour/)
 * [dropdown](https://wordpress.org/support/topic-tag/dropdown/)
 * [hover](https://wordpress.org/support/topic-tag/hover/)
 * [main menu](https://wordpress.org/support/topic-tag/main-menu/)
 * [width](https://wordpress.org/support/topic-tag/width/)

 * 3 replies
 * 2 participants
 * Last reply from: [Abhishek](https://wordpress.org/support/users/abhikr781/)
 * Last activity: [3 years, 11 months ago](https://wordpress.org/support/topic/main-menu-dropdown-width/#post-15759229)
 * Status: not resolved