Title: Drop down values not showing
Last modified: August 22, 2016

---

# Drop down values not showing

 *  Resolved [dailypriceaction](https://wordpress.org/support/users/dailypriceaction/)
 * (@dailypriceaction)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/drop-down-values-not-showing/)
 * I installed the plugin today and all seems to be working fine except for one 
   thing, I can’t get the drop down values to show. You can see the values in the
   drop down, but they don’t show once selected. I’ve tried changing various settings
   including messing with the CSS but I can’t figure it out.
 * Here is the page with the embedded form:
 * [http://dailypriceaction.com/forex-position-size-calculator](http://dailypriceaction.com/forex-position-size-calculator)
 * Thanks in advance!
 * [https://wordpress.org/plugins/calculated-fields-form/](https://wordpress.org/plugins/calculated-fields-form/)

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

 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/drop-down-values-not-showing/#post-5677548)
 * Hi,
 * The issue was provoked by your edition of the stylepublic.css file. The options
   are selected correctly, but the height of the field prevents that its value be
   visible:
 * Please, open the “/wp-content/plugins/calculated-fields-form/css/stylepublic.
   css” file in the text editor of your choice, and go to the style definition:
 * #fbuilder input[type=text], #fbuilder textarea, #fbuilder select {
    border: 1px
   solid #2c3439; color: #333!important; font-size: 16px; font-size: 1.6rem; font-
   weight: 300; line-height: 1.65; padding-left: 5px; margin-left: 0; height: 9px;}
 * and remove the line:
 * height: 9px;
 * and finally, clear the browser’s cache.
 * Best regards.
 *  Thread Starter [dailypriceaction](https://wordpress.org/support/users/dailypriceaction/)
 * (@dailypriceaction)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/drop-down-values-not-showing/#post-5677550)
 * Thanks for the quick response. That did the trick, but I added that in to reduce
   the height of the text area. Otherwise it’s far too large. Is there any way to
   adjust the height of the text area without affecting the visibility of drop down
   values?
 * It seems odd that the text boxes would show values with a height of 10px but 
   the drop downs wouldn’t. Any thoughts?
 * Thanks again.
 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/drop-down-values-not-showing/#post-5677555)
 * Hi,
 * The big size of the fields is provoked by the padding in the styles definition:
 * input,
    select, textarea { background-color: #fff; border: 1px solid #ddd; border-
   radius: 3px; box-shadow: 1px 1px 3px #eee inset; color: #999; font-size: 14px;
   font-size: 1.4rem; padding: 16px; padding: 1.6rem; width: 100%; }
 * in the file:
 * [http://dailypa.wpengine.netdna-cdn.com/wp-content/themes/genesis-sample/style.css](http://dailypa.wpengine.netdna-cdn.com/wp-content/themes/genesis-sample/style.css)
 * You should remove the lines of code
 * padding: 16px;
    padding: 1.6rem;
 * I’m sorry, but the styles of your website are not related directly with our plugin.
 * Best regards.
 *  Thread Starter [dailypriceaction](https://wordpress.org/support/users/dailypriceaction/)
 * (@dailypriceaction)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/drop-down-values-not-showing/#post-5677562)
 * Got it all fixed up! Thanks again for the quick turnaround.
 * Take care.

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

The topic ‘Drop down values not showing’ is closed to new replies.

 * ![](https://ps.w.org/calculated-fields-form/assets/icon-256x256.jpg?rev=1734377)
 * [Calculated Fields Form](https://wordpress.org/plugins/calculated-fields-form/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/calculated-fields-form/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/calculated-fields-form/)
 * [Active Topics](https://wordpress.org/support/plugin/calculated-fields-form/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/calculated-fields-form/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/calculated-fields-form/reviews/)

## Tags

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

 * 4 replies
 * 2 participants
 * Last reply from: [dailypriceaction](https://wordpress.org/support/users/dailypriceaction/)
 * Last activity: [11 years, 4 months ago](https://wordpress.org/support/topic/drop-down-values-not-showing/#post-5677562)
 * Status: resolved