Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #477137

    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?

    #477278

    Hey JHU8ghsrr5!

    May we have a link to your website so we can take a closer look?

    Cheers!
    Dake

    #477809

    Please see link below.

    #477812

    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

    #477818

    Awesome, thanks for quick response :)

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Form checkboxes not aligned vertically’ is closed to new replies.