Hi. I know there are several questions on this topic, but I don't know how to fix this in my particular theme. Can anyone suggest how to change this:
http://acgcolor.com/newwebsite/?page_id=25
thanks
Melody
Hi. I know there are several questions on this topic, but I don't know how to fix this in my particular theme. Can anyone suggest how to change this:
http://acgcolor.com/newwebsite/?page_id=25
thanks
Melody
Which edge of the button is cut off, and in which browser? The radio buttons looked fine to me in Firefox and IE.
It's is the left side and it happens in Google Chrome
http://img259.imageshack.us/img259/4302/screenshot20121213at104.png
I fixed it in my theme by adding this to my site's css - although I really do think that this is a problem with gravity forms as the problem even happens in the admin interface - even without other plugins activated and the default wordpress theme.
.gform_wrapper .gfield_radio li input[type=radio]
{
margin-left:2px;
}
It happens to quite a few different themes that I'm using. And they all look exactly like the ones in your pictures.
I modified line 366 in the plugin's form.css, changed width: auto !important
to
.gform_wrapper ul.gfield_radio li input[type=radio] {
width: 16px !important
}
@finddarkpoet, you will have to maintain that change going forward when you update Gravity Forms. We don't recommend modifying the plugin files for that reason, since the changes will be lost on upgrade.