I have tried to reduce the entire form by 50 % by using the following code
body #gform_wrapper_1{
max-width: 50%;
margin: 0 auto;
}
But the problem with this is my progress bar also gets reduced by half, I want my progress bar to be full-width and just the form fields should be reduced and centered. Here is the screenshot of how it looks now
I have added radio buttons and converted them to big buttons in my form and one of the options is “other”. I want to implement a feature where when the user selects “Other” option the button converts to a text box and the user can input their answer. I don’t want the text box at the bottom as shown in the screenshot attached
Is there a way to do it? or else let me know alternative ways to implement this?