Hello
I have added many gravity forms to my site but unlike the example display provided by Gravity, the options are only displayed at a restricted width (approx 5cm) as opposed to the progress bar and form width which is more like 15cm. I searched Gravity and they say it is down to the theme but I cannot find anywhere to change this. Please advise.
Thanks
Hey MichelleRhodes!
Can you post the link to your page where you have gravity forms so we can take a look?
Cheers!
Yigit
Hi!
Please add this on Quick CSS to modify the select form:
#top select {
width: 500px;
}
This is for the text input:
#top .input-text, #top input[type="text"], #top input[type="input"], #top input[type="password"], #top input[type="email"], #top input[type="number"], #top input[type="url"], #top input[type="tel"], #top input[type="search"], #top textarea, #top select {
width: 500px;
max-width: 100%;
}
Adjust the width value if you want.
Best regards,
Ismael
Ismael
That has done the trick, thanks very much.
Michelle