-
AuthorPosts
-
February 7, 2019 at 12:39 am #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 topThanks!
February 9, 2019 at 8:59 pm #1064990Hey B,
Best regards,
VictoriaMarch 25, 2019 at 5:11 am #1082512This reply has been marked as private.March 25, 2019 at 7:29 pm #1082814Hi B,
Please try this css:
#top .gform_wrapper .ginput_container_select:after { left:286px !important; }
Best regards,
VictoriaMarch 25, 2019 at 10:56 pm #1082864This reply has been marked as private.March 25, 2019 at 10:58 pm #1082865This reply has been marked as private.March 30, 2019 at 5:03 am #1084779Hi,
Sorry for the late reply. Please try this CSS as well:
.gform_wrapper .gfield_checkbox li label { margin:0 !important; }
Best regards,
RikardMarch 31, 2019 at 9:34 pm #1085170This reply has been marked as private.April 2, 2019 at 5:26 am #1085834Hi,
Please try this CSS as well:
input#input_27_33_other { display: inline; width: 200px !important; }
Best regards,
RikardApril 2, 2019 at 9:13 pm #1086252Hi Rikard, getting a warning message saying
width can’t be used with display: inlineApril 4, 2019 at 6:19 am #1086768Hi,
Where are you getting that message and what is giving you that message?
Best regards,
RikardApril 4, 2019 at 9:39 pm #1087222Hi Rikard, I’m getting it when add the code to the CSS
April 6, 2019 at 6:04 am #1087687May 28, 2019 at 1:14 am #1104612Hi 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
June 1, 2019 at 2:44 am #1105905Hi,
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,
RikardJune 4, 2019 at 1:31 am #1106878This reply has been marked as private.June 4, 2019 at 4:03 pm #1107156Hi 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,
NikkoJune 4, 2019 at 10:53 pm #1107293This reply has been marked as private.June 7, 2019 at 9:25 am #1108184Hi 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,
NikkoJune 9, 2019 at 10:23 pm #1108701Thanks Nikko, that did the trick!
June 10, 2019 at 3:58 am #1108731Hi,
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,
RikardJune 10, 2019 at 4:56 am #1108737Hi Rikard, this can be closed, thanks for your help!
June 10, 2019 at 6:11 am #1108745Hi B,
We’re glad that we could help :)
Thanks for using Enfold and have a great day!Best regards,
Nikko -
AuthorPosts
- The topic ‘Forms on website’ is closed to new replies.