Home › Forums › Quform WordPress › Inline Text fields are misaligned using QuForm
I have attached a screenshot of my issue
I am using the Innovado Theme
WordPress 3.8.1
I updated my Firefox Browser to 27.0.1 and now the inline text fields are all funny looking.
For reasons unknown, the form stopped aligning properly.
It was fine for 2 weeks.
This is ONLY happening on the “desktop” and “mobile” versions of the FireFox Browser.
I deactivated all my plugins and still have the same issue.
Is there some CSS that will fix this ?
==================
I am using th Innovado Theme 4.22 , WordPress 3.8.1 and FireFox 27.0.1
Look forward to your reply.
Thanks in advance.
– turner
Thanks for your help:
There was a css style within the “shortcodes.css” file of the “Innovado” theme called that was causing the text field issue.
============
wp-content – > themes – > (the theme name) – > framework – > css – > shortcodes.css
I UN-commented the following CSS code
form label { float: left; width: 320px; }
Everything now looks great.
Thank you very much for your help.
– turner2f
Thanks for the fix!