Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #736027

    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!

    #736049

    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

    #736059

    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

    #736078

    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

    #736094

    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

    #736118

    Yigit,
    Thanks for the Quick CSS it works great now!

    #737624

    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

    #737708

    Ah haa..

    Works perfectly – Thanks Ismael!

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Gravity Form Other Field Won't Align with Radio Button’ is closed to new replies.