< All Topics
Print

Align checkboxes to the right

				
					#fluentform_5 input[type='checkbox'] { 
    float: right !important;
    margin-left:10px;
}

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