Hi there,
I use gravity forms and I do not know why, but the radio buttons are no longer vertically aligned
It looks good on the gravity preview,
But not together with pro.
Hi @jbreits,
Thanks for reaching out.
I have checked the given page URL and found that the radio buttons are vertically aligned properly. But the label just beside that is a little down, I would suggest you add the following custom CSS code into the Theme Options > CSS and check if that works for you.
.gform_body input[type=radio]
{
margin:0px;
}
Hope it helps.
Thanks
Works great! Thanks, Tristup, for the fix.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.