input[type="radio"]:checked::before
. THis CSS directive sets the input before to an absolute position of 0 in all dimensions. Delete this CSS and the form will display normally.Thanks so much, Victor. I added the following custom CSS to override the theme's CSS and it works now:
input[type=radio]:checked:before{font-family:FontAwesome;margin:auto;position:relative}
Please login or Register to submit your answer