Viewing 23 posts - 1 through 23 (of 23 total)
  • Author
    Posts
  • #1063786

    Hi, I am using gravity forms on my website there are two things I want to fix:
    1. The drop down arrows on one page are all off the edge of the form field box
    2. On the radio button questions the title of the question is showing at the bottom of the list of options, I’d like it to be at the top

    Thanks!

    #1064990

    Hey B,

    Best regards,
    Victoria

    #1082512
    This reply has been marked as private.
    #1082814

    Hi B,

    Please try this css:

    
    #top .gform_wrapper .ginput_container_select:after {
      left:286px !important;
    }
    

    Best regards,
    Victoria

    #1082864
    This reply has been marked as private.
    #1082865
    This reply has been marked as private.
    #1084779

    Hi,

    Sorry for the late reply. Please try this CSS as well:

    .gform_wrapper .gfield_checkbox li label {
      margin:0 !important;
    }

    Best regards,
    Rikard

    #1085170
    This reply has been marked as private.
    #1085834

    Hi,

    Please try this CSS as well:

    input#input_27_33_other {
        display: inline;
        width: 200px !important;
    }

    Best regards,
    Rikard

    #1086252

    Hi Rikard, getting a warning message saying
    width can’t be used with display: inline

    #1086768

    Hi,

    Where are you getting that message and what is giving you that message?

    Best regards,
    Rikard

    #1087222

    Hi Rikard, I’m getting it when add the code to the CSS

    #1087687

    Hi,

    Thanks for that, what happens if you add it to Quick CSS?

    Best regards,
    Rikard

    #1104612

    Hi Rikard,

    Sorry for the late response, my form was deleted somehow and i had to re-create it. I tried to add the code to the Quick CSS and it didn’t do anything

    #1105905

    Hi,

    Sorry for the late reply, did you check the ID’s of the new elements? They might have changed so then you would have to change the CSS as well.

    Best regards,
    Rikard

    #1106878
    This reply has been marked as private.
    #1107156

    Hi B,

    Try adding this css code in Quick CSS, located in Enfold > General Styling:

    #top #gform_fields_21 input#input_21_27_other {
        display: inline-block;
        width: 200px !important;
        margin-left: 12px;
    }

    Best regards,
    Nikko

    #1107293
    This reply has been marked as private.
    #1108184

    Hi B,

    Can you try adding this css code as well:

    #top .gform_wrapper .gform_body li>.ginput_container.ginput_container_radio {
        vertical-align: top;
    }

    Hope it helps.

    Best regards,
    Nikko

    #1108701

    Thanks Nikko, that did the trick!

    #1108731

    Hi,

    Great, I’m glad that you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1108737

    Hi Rikard, this can be closed, thanks for your help!

    #1108745

    Hi B,

    We’re glad that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 23 posts - 1 through 23 (of 23 total)
  • The topic ‘Forms on website’ is closed to new replies.