Title: Select Boxes/Dropdowns are Broken
Last modified: September 20, 2022

---

# Select Boxes/Dropdowns are Broken

 *  Resolved [molder101](https://wordpress.org/support/users/molder101/)
 * (@molder101)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/select-boxes-dropdowns-are-broken/)
 * Not sure when it changed, but at some point, the select boxes/dropdowns are broken.
 * Now they display the options underneath as opposed to in the dropdown.
 * I searched the forum and tried the custom CSS code fixes that seemed to work 
   for others. No luck.
 * I tried fooling around with the CSS to fix the issue, but can’t figure it out.
 * Any suggestions? TIA
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fselect-boxes-dropdowns-are-broken%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Nik Sebastian](https://wordpress.org/support/users/niksebastian/)
 * (@niksebastian)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/select-boxes-dropdowns-are-broken/#post-16032691)
 * Hi [@molder101](https://wordpress.org/support/users/molder101/),
 * It looks like there could be a styling conflict between the site theme and the
   forms. To fix this, please try the following custom CSS snippet:
 *     ```
       div.wpforms-container-full .wpforms-form select {
           display: inline-block !important;
           -webkit-appearance: menulist !important;
           -moz-appearance: menulist !important;
           appearance: menulist !important;
       }
   
       .wpforms-field .nice-select {
           display: none !important;
       }
       ```
   
 * And in case it helps, here’s a tutorial on [how to add custom CSS like this to your site](https://wpforms.com/developers/how-to-add-custom-css-styles-for-wpforms/).
 * Hope this helps!
 *  Thread Starter [molder101](https://wordpress.org/support/users/molder101/)
 * (@molder101)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/select-boxes-dropdowns-are-broken/#post-16035056)
 * Thanks for the help, Sebastian.
 * Looks like I was originally adding code to the Custom CSS tab instead of the 
   Additional CSS tab.
 * Made the adjustment and now it’s working correctly.

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

The topic ‘Select Boxes/Dropdowns are Broken’ is closed to new replies.

 * ![](https://ps.w.org/wpforms-lite/assets/icon.svg?rev=3254748)
 * [WPForms - Easy Form Builder for WordPress - Contact Forms, Payment Forms, Surveys, & More](https://wordpress.org/plugins/wpforms-lite/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wpforms-lite/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wpforms-lite/)
 * [Active Topics](https://wordpress.org/support/plugin/wpforms-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wpforms-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wpforms-lite/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [molder101](https://wordpress.org/support/users/molder101/)
 * Last activity: [3 years, 8 months ago](https://wordpress.org/support/topic/select-boxes-dropdowns-are-broken/#post-16035056)
 * Status: resolved