Title: Widget Width
Last modified: April 4, 2020

---

# Widget Width

 *  Resolved [barritwinn](https://wordpress.org/support/users/barritwinn/)
 * (@barritwinn)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/widget-width-13/)
 * Is it possible to change the width of individual drop down menus?
 * The opponents filter I would like wider and can narrow date and season to accommodate
   this.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fwidget-width-13%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Paul](https://wordpress.org/support/users/paulplapsa/)
 * (@paulplapsa)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/widget-width-13/#post-12633584)
 * Hello [@barritwinn](https://wordpress.org/support/users/barritwinn/),
 * Thank you for reaching out to us.
 * You can use CSS to do this. The elements can be targeted like in the example 
   bellow:
 *     ```
       #widget_fx_categories-31 {
           width: auto;
       }
   
       #widget_fx_categories-32 {
           width: auto;
       }
   
       #widget_fx_categories-33 {
           width: auto;
       }
   
       #widget_fx_categories-34 {
           width: auto;
       }
   
       #widget_fx_categories-35 {
           width: auto;  
       }
       ```
   
 * You can keep the ‘auto’ setting from the example or tweak it using specific values.
   To use this code you can add it to your website using the Customizer interface:
   WordPress -> Appearance -> Customize -> Additional CSS.
 * Best Regards,
    Paul
 *  Thread Starter [barritwinn](https://wordpress.org/support/users/barritwinn/)
 * (@barritwinn)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/widget-width-13/#post-12633610)
 * i’ve added that custom css but theres no change on the website….
 * [http://www.leytonorientprogrammes.co.uk](http://www.leytonorientprogrammes.co.uk)
 *  Thread Starter [barritwinn](https://wordpress.org/support/users/barritwinn/)
 * (@barritwinn)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/widget-width-13/#post-12654660)
 * Can anyone help?

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

The topic ‘Widget Width’ is closed to new replies.

 * ![](https://ps.w.org/wck-custom-fields-and-custom-post-types-creator/assets/icon-
   256x256.png?rev=2257602)
 * [Custom Post Types and Custom Fields creator - WCK](https://wordpress.org/plugins/wck-custom-fields-and-custom-post-types-creator/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wck-custom-fields-and-custom-post-types-creator/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wck-custom-fields-and-custom-post-types-creator/)
 * [Active Topics](https://wordpress.org/support/plugin/wck-custom-fields-and-custom-post-types-creator/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wck-custom-fields-and-custom-post-types-creator/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wck-custom-fields-and-custom-post-types-creator/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [barritwinn](https://wordpress.org/support/users/barritwinn/)
 * Last activity: [6 years, 2 months ago](https://wordpress.org/support/topic/widget-width-13/#post-12654660)
 * Status: resolved