Buenas tardes como puedo alinear unas casillas de verificacionen horizo

  • carlitosmio1971
    Asked on April 24, 2021 at 8:39 AM

    Buenas tardes como puedo alinear unas casillas de verificacion

    en horizontal o en varias columnas

    Gracias por su ayuda y trabajo.

  • Marco JotForm Support
    Replied on April 24, 2021 at 9:44 PM

    Hello there,

    Thanks for reaching out to us!

    To align your checkboxes, you should inject some CSS code into your widget Custom CSS box.

    If I took the right form, and you'd like to align the checkboxes as you can see here below, just copy the CSS below and paste it into your widget Custom CSS area:

    1619314841 6084c8997588b align Screenshot 10


    Here's the code:

    .ffCheckboxWrapper {

    width: 48px;

    }

    .ffCheckbox{

    margin-left: 4px;

    }



    Let us know if you need further assistance!

    Marco