Hi,
I made 12 checkboxes in a form now and each using 50% column width in my enfold theme. Result is 6 checkboxes in each column.
So everything looks nice on computer screen but on phones where all checkboxes goes to 1 column they are not aligned under each other. How can I fix this?
Hey JHU8ghsrr5!
May we have a link to your website so we can take a closer look?
Cheers!
Dake
Please see link below.
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 480px) {
.avia_ajax_form .form_element_half {
margin-left: 0 !important; }}
Cheers!
Yigit
Awesome, thanks for quick response :)