Title: dropdown width
Last modified: August 20, 2016

---

# dropdown width

 *  Resolved [8ystry](https://wordpress.org/support/users/8ystry/)
 * (@8ystry)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/dropdown-width/)
 * I can not find where I can change the width of the drop-down menus. Please help…
   I searched the entire CSS file 🙁
 * > “ul class=”sub-menu” style=”float: none; width: 12em; visibility: hidden; display:
   > none;”>
 * I want to change the value from 12 to other…

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

 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/dropdown-width/#post-3435791)
 * You’ll need to post a link to your site for help with CSS questions. And before
   making any changes to your theme, set up a [Child Theme](http://codex.wordpress.org/Child_Themes)
   or use a custom CSS plugin or theme option (if one). Don’t modify any theme files–
   you will lose all those changes when the theme is updated.
 *  Thread Starter [8ystry](https://wordpress.org/support/users/8ystry/)
 * (@8ystry)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/dropdown-width/#post-3436085)
 * [http://kzkrakowiak.home.pl/](http://kzkrakowiak.home.pl/)
 *  Thread Starter [8ystry](https://wordpress.org/support/users/8ystry/)
 * (@8ystry)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/dropdown-width/#post-3436102)
 * anyone found a solution? I looked at other websites with Hatch theme and each
   has a width of menu equal to 12em. Please help: C
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [13 years, 3 months ago](https://wordpress.org/support/topic/dropdown-width/#post-3436103)
 * In your Custom CSS section of the dashboard, or Child Theme style.css file, add
   this;
 *     ```
       #menu-primary li ul {
        width: 100em !important;
       }
       ```
   
 *  Thread Starter [8ystry](https://wordpress.org/support/users/8ystry/)
 * (@8ystry)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/dropdown-width/#post-3436105)
 * thanx

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

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

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

## Tags

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

 * 5 replies
 * 3 participants
 * Last reply from: [8ystry](https://wordpress.org/support/users/8ystry/)
 * Last activity: [13 years, 3 months ago](https://wordpress.org/support/topic/dropdown-width/#post-3436105)
 * Status: resolved