Menu-new
Close
Close
arrow-left
< All Topics
Print

Align checkboxes to the right

/*Change number 5 to preferred form */
#fluentform_5 input[type='checkbox'] {
    float: right !important;
    margin-left:10px;
}
/*Change number 5 to preferred form */
#fluentform_5 input[type='checkbox'] {
    float: right !important;
    margin-left:10px;
    display: inline;
}
/* If needed, change display: inline-block to display: inline;*/
Tags: