Hi, you should be able to accomplish this by setting the containers to float:none; using CSS like this placed towards the bottom of your themes style.css file. You will have to change the input ids to match your form.
#input_1_1_3_container {
float: none;
}
#input_1_1_6_container {
float: none;
}
The first number after the input is the form number, the second the field number, and the third is the inputs unique id, you can find these if using chrome by right clicking on the first name field for example and choosing 'inspect element' from the context menu. Check out this screen shot for an example http://imgur.com/aATiSaz
Regards,
Richard
--
Just another member of the community helping out where I can
Posted 11 years ago on Friday April 12, 2013 |
Permalink