I don't know how to center the dot inside the radio button. I'm sure it's quite simple, but I haven't had any luck. Help?
It's on the form on this page.
Here's a link to a screenshot of my problem: https://imgur.com/a/S2q2Ap3
It's likely the theme doing something to it somehow. This worked for me.
.with_frm_style .frm_radio input[type=radio]:checked:before {
margin: -6px;
}
PERFECT! Both options work!
I have another Formidable Form with radio buttons on the website and they work fine. I'm sure there is a conflict somewhere, but I just couldn't find it or get my css right.
Many gracias to you both for the boost! Much appreciated.
Please login or Register to submit your answer