I'm assuming you are referring to some of the field layout in that form where fields are displayed side by side, etc. By default Gravity Forms lists fields vertically, with the exception being some Advanced Fields which contain multiple inputs. In order to customize the position and layout of the fields it is done using CSS.
Gravity Forms contains a library of pre-built CSS Ready Classes which can be used to do things like position fields side by side, position checkbox and radio button options horizontally, etc. You can find documentation on these CSS Ready Classes here:
http://www.gravityhelp.com/documentation/page/CSS_Ready_Classes
If you want to do something that the CSS Ready Classes do not provide for then you would have to implement it yourself using CSS you write. Gravity Forms are output using standard HTML so you can target, position and style them however you like using CSS.
We have documentation on how to properly target and style form elements here:
http://www.gravityhelp.com/documentation/page/CSS_Targeting_Samples
Any custom CSS you need to apply would go in your themes stylesheet.
Posted 12 years ago on Thursday February 9, 2012 |
Permalink