My section break headers are not showing up right. The text is getting cut off at the top. What would be causing this?
My section break headers are not showing up right. The text is getting cut off at the top. What would be causing this?
Hard to say without looking at it. I'm sure it's inheriting something from you theme stylesheet. It could be a line height setting.
If you would like to post a link, I'll be happy to eyeball it and let you know what I find.
That would be awesome if you didn't mind. I took out all formatting for "forms" in my css.
The H2 tag in the section header is inheriting a line height value from line 51 of your typography.css file.
You can append this to the bottom of your layout.css file and you should be good to go.
.gform_wrapper h2 {line-height:1em}
Dude, you are freakin awesome. Thank you so much. Now I've gotta figure out where my form is inheriting it's spacing from the left and why my submit button is so far off.
Cool. Just yell if you need anything else.. or actually, just post it back here because I doubt I'll hear you yell.