Hi,
My radio buttons are being cutoff in Chrome due to a lack of left-padding within the element. I firebugged and found that manipulating the following style's left padding fixed it:
.gform_wrapper ul.gfield_checkbox, .gform_wrapper ul.gfield_radio {
However, this style is being overwritten by another, and I can't figure out which it is. Basically, I just want to know what I can do so the buttons will no longer be cut-off in Chrome.
Oh, I'm also using Thesis as my theme.
Thanks!