How to align checkboxes

  • amanansingh
    Asked on June 3, 2015 at 2:52 PM

    How do i align the words so they are on top of each other and not under neath the check boxes?

     

    Jotform Thread 581440 Screenshot
  • BJoanna
    Replied on June 3, 2015 at 3:58 PM

    You can align check boxes by Injecting Custom CSS. To do that inside of your Form Builder select Setup & Embed tab, then click on Preferences, then select Form Styles tab and inside of Inject Custom CSS field at the bottom of existing code paste this code:

    .form-checkbox-item label{

    display:block; padding-left:15px;

    position:relative; top:-15px;}

    How to align checkboxes Image 1 Screenshot 30

    After adding this code your form will look like this.

    How to align checkboxes Image 2 Screenshot 41

    Here is my demo form http://form.jotformpro.com/form/51535709584968? feel free to clone it.

    Hope this will help. Let us know if you need further assistance.