Ok so looking at the email and phone fields first you need to edit the email field and on the advanced tab add gf_left_half to the css class name box. Next edit the phone field and add gf_right_half to the css class name box, adding those class names should once you save and preview your form place those two fields side by side. For future reference this page of the documentation tells you all about all the ready-made classes you can use. http://www.gravityhelp.com/documentation/page/CSS_Ready_Classes
Now for your second issue if add something like the following to your stylesheet changing the 25px to whatever figure you want should increase the gap between the dropdown and the comment box.
#field_1_4{margin-top:25px}
Check out the following page of the documentation for more examples of how to target and style specific gravity forms elements http://www.gravityhelp.com/documentation/page/CSS_Targeting_Samples
Posted 12 years ago on Saturday January 21, 2012 |
Permalink