Title: Dropdown menu
Last modified: April 10, 2023

---

# Dropdown menu

 *  [shotzie17](https://wordpress.org/support/users/shotzie17/)
 * (@shotzie17)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/dropdown-menu-86/)
 * I am wondering how I can make my dropdown category menu larger so customers can
   read it easier?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fdropdown-menu-86%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 15 replies - 1 through 15 (of 21 total)

1 [2](https://wordpress.org/support/topic/dropdown-menu-86/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/dropdown-menu-86/page/2/?output_format=md)

 *  [Sajith Mohan](https://wordpress.org/support/users/sajithv/)
 * (@sajithv)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/dropdown-menu-86/#post-16549373)
 * Hi [@shotzie17](https://wordpress.org/support/users/shotzie17/)
 * Login to the dashboard and click on the customize button where you’ll get option
   from the theme to increase the dropdown field size.
 * Alternatively, you can copy and paste the below code in Appearance -> themes -
   > customize -> additional CSS :
 * select#product-categories-640bc4d954857-select {
   width: 300px!important;min-width:
   300px!important;height: 40px !important;}
 * Please let me know if the issue still persists.
 * Thanks,
   Sajith
 *  Thread Starter [shotzie17](https://wordpress.org/support/users/shotzie17/)
 * (@shotzie17)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/dropdown-menu-86/#post-16582083)
 * HI,
 * The code did not work to expand the menu.
 *  Moderator [threadi](https://wordpress.org/support/users/threadi/)
 * (@threadi)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/dropdown-menu-86/#post-16582344)
 * I don’t see the above code in your page. Did you insert it as described?
 *  Thread Starter [shotzie17](https://wordpress.org/support/users/shotzie17/)
 * (@shotzie17)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/dropdown-menu-86/#post-16582414)
 * How would you know if the code is in there?
 *  Thread Starter [shotzie17](https://wordpress.org/support/users/shotzie17/)
 * (@shotzie17)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/dropdown-menu-86/#post-16582421)
 * unfortunately I am not a web designer. Doing this without help which is hard.
 *  Moderator [threadi](https://wordpress.org/support/users/threadi/)
 * (@threadi)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/dropdown-menu-86/#post-16583204)
 * The code, if you inserted it as [@sajithv](https://wordpress.org/support/users/sajithv/)
   described, should be present in the output of the web page. You don’t need to
   be a designer to insert it. Just follow the way he described.
 *  Thread Starter [shotzie17](https://wordpress.org/support/users/shotzie17/)
 * (@shotzie17)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/dropdown-menu-86/#post-16637366)
 * still having problems with the dropdown menu
 *  Moderator [threadi](https://wordpress.org/support/users/threadi/)
 * (@threadi)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/dropdown-menu-86/#post-16638005)
 * Why? What problems do you have specifically?
 *  Thread Starter [shotzie17](https://wordpress.org/support/users/shotzie17/)
 * (@shotzie17)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/dropdown-menu-86/#post-16638584)
 * I am trying to make the dropdown menu larger and easier to read especially on
   a mobile phone.
 *  Moderator [threadi](https://wordpress.org/support/users/threadi/)
 * (@threadi)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/dropdown-menu-86/#post-16638750)
 * The solution to this has already been written to you above by [@sajithv](https://wordpress.org/support/users/sajithv/).
   What is the problem with the implementation?
 *  Thread Starter [shotzie17](https://wordpress.org/support/users/shotzie17/)
 * (@shotzie17)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/dropdown-menu-86/page/2/#post-16638779)
 * I guess I just don’t know what I’m doing. Need a web designer. Any ideas?
 *  Moderator [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/)
 * (@sterndata)
 * Volunteer Forum Moderator
 * [3 years, 2 months ago](https://wordpress.org/support/topic/dropdown-menu-86/page/2/#post-16638864)
 *     ```wp-block-code
       .wc-block-product-categories.is-dropdown {
           font-size: 120%;
       }
       ```
   
 * **To add or override CSS:** use the “Additional CSS” option in the customizer.
   h_ttps://codex.wordpress.org/CSS#Custom\_CSS\_in\_WordPress_ or at [site]/wp-
   admin/customize.php if you don’t have that menu option.
 * Use the [Chrome Developer Tools](https://developers.google.com/web/tools/chrome-devtools/)
   or [Firefox Developer Tools](https://developer.mozilla.org/en-US/docs/Tools) 
   to help you see and test changes to your CSS.
 *  Thread Starter [shotzie17](https://wordpress.org/support/users/shotzie17/)
 * (@shotzie17)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/dropdown-menu-86/page/2/#post-16638975)
 * Steven, are you a web designer?
 *  Moderator [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/)
 * (@sterndata)
 * Volunteer Forum Moderator
 * [3 years, 2 months ago](https://wordpress.org/support/topic/dropdown-menu-86/page/2/#post-16639192)
 * No one would accuse me of having design skills. 🙂
 *  Thread Starter [shotzie17](https://wordpress.org/support/users/shotzie17/)
 * (@shotzie17)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/dropdown-menu-86/page/2/#post-16639978)
 * Actually I am serious. I need someone I can trust to put this in code in for 
   me. I built the site myself but don’t know coding.

Viewing 15 replies - 1 through 15 (of 21 total)

1 [2](https://wordpress.org/support/topic/dropdown-menu-86/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/dropdown-menu-86/page/2/?output_format=md)

The topic ‘Dropdown menu’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 31 replies
 * 5 participants
 * Last reply from: [James Huff](https://wordpress.org/support/users/macmanx/)
 * Last activity: [3 years, 2 months ago](https://wordpress.org/support/topic/dropdown-menu-86/page/3/#post-16640825)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
