On the following page, the sub-labels are appearing far below the fields, which causes a great deal of confusion:
http://www.khcollaborative.org/kentuckiana/khc-mailing-list/
How do I get them to sit above the labels? Please advise.
Thank you.
Tim
On the following page, the sub-labels are appearing far below the fields, which causes a great deal of confusion:
http://www.khcollaborative.org/kentuckiana/khc-mailing-list/
How do I get them to sit above the labels? Please advise.
Thank you.
Tim
Tim,
If you want to move sublabels you'll need to rely on some jQuery to do so. See this:
http://www.gravityhelp.com/forums/topic/change-position-of-sub-labels-on-advanced-fields#post-179801
Or you can use this CSS fix below to override the theme style that's placing a bottom margin on your inputs.
Just place in your theme's stylesheet (or wherever you are instructed to place custom CSS at the theme level).
[css]
.gform_wrapper input[type=text], .gform_wrapper input[type=url], .gform_wrapper input[type=email], .gform_wrapper input[type=tel], .gform_wrapper input[type=number], .gform_wrapper input[type=password] {
margin-bottom: 0;
}Got it. Many thanks, Rob!
Tim
The CSS worked like a charm! Many thanks again.
Hi Rob,
The JQuery code you posted doesn't seem to work with the latest Gravity Forms release, or I'm using it wrong. Can you advise if it should work and where I should paste it if so?
Dvent
If you still require assistance with this please open a new support ticket or a priority support ticket if you are a developer license holder. Thank you.