Text not showing with radio buttons, check boxes
-
Tried to build a contact form using radio buttons. The text is not showing next to the radio buttons and check boxes.
Test page is here:
https://amerispecne.com/request-an-appointment/contact-form-test/
It’s the form in the left column.
Can you tell me where I need to update the CSS to make this work? Thanks!
I tried adding this code to the CSS. It didn’t work:
input[type=”checkbox”]
{
-webkit-appearance:checkbox;
}
input[type=”radio”]
{
-webkit-appearance:radio;
}input[type=”radio”],
input[type=”checkbox”]
{
width:auto;
}
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Text not showing with radio buttons, check boxes’ is closed to new replies.