Title: How to decrease width of the drop down search results?
Last modified: May 5, 2018

---

# How to decrease width of the drop down search results?

 *  [m1000](https://wordpress.org/support/users/m1000/)
 * (@m1000)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/how-to-decrease-width-of-the-drop-down-search-results/)
 * How to decrease width of the drop down search results?
 * I tried this code but it doesn’t work
    `.ui-autocomplete.ui-front.ui-menu.ui-
   widget.ui-widget-content.bb-global-search-ac { width: 100px!important; }`

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

 *  Plugin Support [BuddyBoss Support](https://wordpress.org/support/users/bbwpsupport/)
 * (@bbwpsupport)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/how-to-decrease-width-of-the-drop-down-search-results/#post-10251273)
 * Hey [@m1000](https://wordpress.org/support/users/m1000/)!
 * Thanks for reaching us 🙂
    Please give a try to following CSS code and let us
   know how it goes.
 *     ```
       .bb-global-search-ac.ui-autocomplete.ui-widget-content {
           width: 100px !important;
       }
       ```
   
 * Regards
    -  This reply was modified 7 years, 11 months ago by [BuddyBoss Support](https://wordpress.org/support/users/bbwpsupport/).
 *  Thread Starter [m1000](https://wordpress.org/support/users/m1000/)
 * (@m1000)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/how-to-decrease-width-of-the-drop-down-search-results/#post-10253888)
 * Unfortunately it’s still 280px
 *  Plugin Support [BuddyBoss Support](https://wordpress.org/support/users/bbwpsupport/)
 * (@bbwpsupport)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/how-to-decrease-width-of-the-drop-down-search-results/#post-10255796)
 * Hey [@m1000](https://wordpress.org/support/users/m1000/),
 * Would you mind providing us your website URL?
    So we can take a closer look into
   it.
 * Regards
 *  Thread Starter [m1000](https://wordpress.org/support/users/m1000/)
 * (@m1000)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/how-to-decrease-width-of-the-drop-down-search-results/#post-10255960)
 * I’m working on localhost. I tested it under twenty sixteen theme and it works
   when I want to make it wider than 300px, but if I want to make it 200px width
   then it doesn’t work.
 *  Plugin Support [BuddyBoss Support](https://wordpress.org/support/users/bbwpsupport/)
 * (@bbwpsupport)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/how-to-decrease-width-of-the-drop-down-search-results/#post-10259735)
 * Hey [@m1000](https://wordpress.org/support/users/m1000/),
 * Hope you are doing great 🙂
    The following CSS code will surely work, Add it 
   under Additional CSS code section.
 *     ```
       .bb-global-search-ac.ui-autocomplete {
           min-width: 200px;
           width: 200px !important;
       }
       ```
   
 * You can change the value according to your requirements.
 * Regards
    -  This reply was modified 7 years, 11 months ago by [BuddyBoss Support](https://wordpress.org/support/users/bbwpsupport/).
 *  Thread Starter [m1000](https://wordpress.org/support/users/m1000/)
 * (@m1000)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/how-to-decrease-width-of-the-drop-down-search-results/#post-10264310)
 * Thank you very much!

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

The topic ‘How to decrease width of the drop down search results?’ is closed to 
new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/buddypress-global-search_e2623d.svg)
 * [BuddyPress Global Search](https://wordpress.org/plugins/buddypress-global-search/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/buddypress-global-search/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/buddypress-global-search/)
 * [Active Topics](https://wordpress.org/support/plugin/buddypress-global-search/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/buddypress-global-search/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/buddypress-global-search/reviews/)

## Tags

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

 * 6 replies
 * 2 participants
 * Last reply from: [m1000](https://wordpress.org/support/users/m1000/)
 * Last activity: [7 years, 11 months ago](https://wordpress.org/support/topic/how-to-decrease-width-of-the-drop-down-search-results/#post-10264310)
 * Status: not resolved