Hello,
I would like to align the submit button with the fields. I tried different things but it didn't work.
Please Help!
Hello,
I would like to align the submit button with the fields. I tried different things but it didn't work.
Please Help!
Try placing this into your theme's stylesheet:
[css]
.gform_wrapper .gform_footer.right_label, .gform_wrapper .gform_footer.left_label {
padding: 0 0 10px 12% !important;
}
Thanks it worked.
what are the two class selectors?
.gform_footer.left_label
.gform_footer.right_label
These are classes that are applied to the different section elements of the form. This specific selector is in relation to label placement throughout the form. Here is an overview of the hierarchy:
http://www.gravityhelp.com/resources/cssguide/css_guide.html
In this instance on the documentation you will see .top_label as the reference.