Can I arrange radio buttons left to right instead of top and bottom?

  • mbauhs
    Asked on March 12, 2015 at 3:11 PM

    Instead of:

    YES

    NO

     

    I'd like:

    YES      NO 

  • BJoanna
    Replied on March 12, 2015 at 3:37 PM

    There is option inside of Form Builder called Spread Columns. If you want to arrange radio buttons left to right instead of top and bottom then you can apply that option on radio buttons.Can I arrange radio buttons left to right instead of top and bottom? Image 1 Screenshot 20

    You can also add this code inside of Inject Custom CSS option to achieve that label and radio buttons are in the same row one next to each other.

    .form-radio-item{

    width: 50px!important;

    }

    Hope this will help.