• Resolved creator1326

    (@creator1326)


    As you can see the radio buttons are wrapping funky. I’d like them to appear like an unordered list. The Label Position option of “Left to the field” makes them appear inline which still isn’t what I want.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author ThemeHigh

    (@themehigh)

    Please add the wrapper class “radio_wrapper” for the radio field and add the below styles in the themes Additional CSS area.

    .thwepo-extra-options.radio_wrapper input[type=”radio”] {
    width: auto;
    }

    The above style will display the radio fields in line.

    Thank you!

    Thread Starter creator1326

    (@creator1326)

    Excellent! Thank you. That did the trick.

    Plugin Author ThemeHigh

    (@themehigh)

    Great!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Radio button wrapping issue’ is closed to new replies.