Radio buttons, check boxes don't show text
-
Tried to build a contact form using radio buttons. The text is not showing above the text box es and next to the radio buttons.
Test page is here:
https://amerispecne.com/request-an-appointment/contact-form-test/
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 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Radio buttons, check boxes don't show text’ is closed to new replies.