Making the form fields "look better" is purely subjective. They're inheriting the thesis styles as they are intended to. If you don't like that, then you can consult the Thesis support team for guidance or try overriding the default theme styles by adding your own custom styles wherever it is that the Thesis theme allows you to add them.
You can find examples of targeting and manipulating the different kinds of fields using CSS here.
http://www.gravityhelp.com/documentation/page/CSS_Targeting_Samples
As far as moving the previous/next buttons.. you could start with something like this added to the end of your custom CSS rules. From there you can tweak the styles as you prefer.
[css]
body #gform_wrapper_2 .gform_page_footer {text-align:right}
Good luck.
Posted 11 years ago on Wednesday January 2, 2013 |
Permalink