• Resolved tronview

    (@tronview)


    I added a Single Choice field to my contact form. All works fine except for the fact that the space for choice text is to small. Keeps wrapping the text around. I tried adjusting padding and margins in theme with no luck. How can I get this to display in one line.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Form Maker Support

    (@formmakersupport)

    Hi!

    Please add the below mentioned code in Appearance > Customize > Additional CSS

    .radio-div > input {
       width: auto;
    }

    Thanks, have a nice day!

    Thread Starter tronview

    (@tronview)

    Thank You. That worked perfectly.

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

The topic ‘Single Choice’ is closed to new replies.