Good afternoon, I am trying to center the images in a "radio buttons" field. I would like to center only the radio button fields' images, not all the fields in my form (see the image attached to see the problem, or the link below: https://presupuesto.islasolarweb.com/formulario-v2 You can see that the images are not aligned with the SEND/ENVIAR button. I have tried the code below, but it does not work:
.with_frm_style .frm_radio .frm_image_option {
margin: 0 auto;
}
Thank you in advance
Thanks! I tried with different options, and it finally worked with font_size
Thanks! I tried with different options, and it finally worked with font_size
.frm_form_field.frm_image_options { text-align: center; } .frm_radio.frm_image_option.frm_image_small { margin-right: auto; margin-left: auto; }
Please login or Register to submit your answer