In my copy of Gravity Forms under properties I do have the option of setting the alignment. How do I align everything on one line. Also where do I find the CSS.
Thanks
In my copy of Gravity Forms under properties I do have the option of setting the alignment. How do I align everything on one line. Also where do I find the CSS.
Thanks
Hey there, Gravity Forms includes several "helper" CSS classes we call CSS Ready Classes. They allow you to easily create column style layouts without having to write custom CSS rules. You can find out more about the Ready Classes in the documentation here.
http://www.gravityhelp.com/documentation/page/CSS_Ready_Classes
This should allow you to achieve your column layout without worrying about writing a bunch of custom CSS.
The CSS file is in the actual plugin folder, but we don't recommend editing that because when you upgrade to a newer version of the plugin that file will get updated as well. You should place your own custom styles in your theme's style sheet. Let me know if this helps or if you need more info!
Thank you, that works.
Awesome, glad to help!