How can I align my checkboxes to the right?

  • SmartwaystoCanada
    Asked on February 20, 2015 at 11:46 PM

    Hi there, 

    I just want the options in my form to be aligned completely to the right side.

     

    I appreciate your help.

     

    Thanks

  • Sean
    Replied on February 21, 2015 at 7:55 AM

    Thank you for contacting us for support. This can be done if you inject the CSS code below.

    .form-checkbox-item{
    float: right !important;
    }

    Do let us know if further assistance is needed.


    Cheers!