Hello Support,
I’ve posted a link below to a Gravity Form I’ve created in Enfold. I’m having an issue getting the radio button with “other” field to line up. It’s kicking the “other” field box down just below the button. Could you provide me with a quick css code to fix this issue?
Thanks for your help!
Hi alliancepp!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
input[type="radio"] + input[type="text"] {
width: 93%!important;
float: right;
}
Best regards,
Yigit
I was looking for this code too as I had the same problem – thanks Yigit.
On a similar note is there code that fixes the width of the telephone and date fields? Both are set to ‘Small’ size but the input boxes are still stretched.
Thanks,
Marc
Hi!
Your fields are controlled with .input_1_8 and .input_1_6 so you can go ahead and add to those size, which will do fix the issue.
Let us know if we can do anything else for you.
Thank you very much
Cheers!
Basilis
Thanks Basilis,
I’d like to pretend I know what that means and how that works but to be honest I don’t have a clue. Any pointers would be appreciated.
Thanks
Marc
Yigit,
Thanks for the Quick CSS it works great now!
Hi!
@MarcG5: Please add this code in the Quick CSS field.
.ginput_container .small {
max-width: 50%;
}
Adjust the value as you see fit.
Regards,
Ismael
Ah haa..
Works perfectly – Thanks Ismael!