Home › Forums › Quform WordPress › Radio button shown as hide input but selected as default › Reply To: Radio button shown as hide input but selected as default
September 6, 2023 at 9:53 am #35964
faboag
Participant
Hi Ally,
Sorry for the late response. In conversation with support we solved the issue with this code:
.quform input[type=”checkbox”],
.quform input[type=”radio”] {
width: 1.5em;
}
Best