How can I align radio buttons widget options horizontally instead of vertically

  • Le_Minh
    Asked on July 23, 2019 at 11:19 AM

    Hi,

    I've been testing out some radio button widgets to do 1 to 5 ratings, but some of them don't have the option to align inputs horizontally. Is there any way I can do that by injecting CSS?  

    Also, do you have any other widget suggestions for 1 to 5 ratings?

    Jotform Thread 1900739 Screenshot
  • AshtonP
    Replied on July 23, 2019 at 1:54 PM

    Please insert the following CSS code to your Flat Radio Buttons widget 

    ul#iCheckList {

        display: inline-flex;

    }

    89946 Screenshot 16 Screenshot 10

    Help Guide: https://www.jotform.com/help/108-Adding-Custom-CSS-in-JotForm

    I hope this helps. Feel free to get in touch should you have further questions