Field Size options don't work
-
Below is the form code I’ve made using the generator:
[text* Name 40/40 placeholder “Name”]
[email* Email 40/40 placeholder “Email address”]
[tel Telephone 40/40 placeholder “Telephone”]
[textarea* Message 40/400 placeholder “Message”]
[submit “Send message”]I’ve used the shortcode to make this form appear in my theme (on a page as well as in a text widget.)
The problems I’m having are:
1. The “Text” field always generates 100% size width, regardless of what I set it to, and if I completely remove the size parameters too.
2. All other fields generate at a size width of 220 pixels.
Is there a solution to override the settings used here and rather input CSS into the themes stylesheet?
- The topic ‘Field Size options don't work’ is closed to new replies.