Title: Dropping down menu below certain width
Last modified: January 13, 2022

---

# Dropping down menu below certain width

 *  Resolved [Karis](https://wordpress.org/support/users/askel45/)
 * (@askel45)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/dropping-down-menu-below-certain-width/)
 * Hi. Which is the complete CSS style you use so that the menu drops below the 
   title at a certain width?

Viewing 1 replies (of 1 total)

 *  [ying](https://wordpress.org/support/users/yingscarlett/)
 * (@yingscarlett)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/dropping-down-menu-below-certain-width/#post-15250082)
 * Hi Karis,
 * I’m not sure what you mean, isn’t that the default behavior?
 * Are you trying to change the drop down menu width？ If so, give this CSS a try:
 *     ```
       .main-navigation:not(.toggled) ul li.sfHover>ul, .main-navigation:not(.toggled) ul li:hover>ul {
           width: 300px;
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Dropping down menu below certain width’ is closed to new replies.

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

 * 1 reply
 * 2 participants
 * Last reply from: [ying](https://wordpress.org/support/users/yingscarlett/)
 * Last activity: [4 years, 5 months ago](https://wordpress.org/support/topic/dropping-down-menu-below-certain-width/#post-15250082)
 * Status: resolved