Tagged: fields, gap, gravity forms, padding, spacing
-
AuthorPosts
-
May 5, 2017 at 1:52 am #788164
Anybody out there who can help me figure this out as I’ve spent half a day trying to get this resolved. The padding between the gravity forms fields is too big. I have some CSS pulled from firebug that seems to work except I have no clue where to put it. if I add it to the Enfold Quick CSS.
Here is what I was trying to use…I’ve even used the !important with no luck
.gform_wrapper .gform_footer {
clear: both;
margin: 0;
padding: 0 0 10px;
width: 100%;
}May 5, 2017 at 6:40 am #788208Hey Snerp,
Thanks for using our theme and will be a pleasure to help you!
May you provide us your website link with this problem, please?
Best regards,
John TorvikMay 5, 2017 at 4:18 pm #788461Hi,
here is the link. if you scroll down you will see an opt-in form just below the slider.
May 6, 2017 at 5:51 am #788712Hi,
Please try the following in Quick CSS under Enfold->General Styling:
#field_3_1 { padding:0 !important; }
Best regards,
RikardMay 8, 2017 at 4:45 pm #789702Hi Rikard,
I tried adding your css on no change.
May 8, 2017 at 4:53 pm #789705Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.gform_wrapper .gform_footer { margin-top: 0; padding-top: 0; }
Best regards,
YigitMay 8, 2017 at 5:40 pm #789734Hi Yigit,
sorry just tried you CSS and no luck.
May 8, 2017 at 5:51 pm #789744Hi,
Please try adding !important rule as following
.gform_wrapper .gform_footer { margin-top: 0 !important; padding-top: 0 !important; }
If that too does not work, please create a temporary admin login and post it here privately so we can look into it
Best regards,
YigitMay 8, 2017 at 6:03 pm #789749Hi Yigit,
nope that didn’t work.
I included the login info and you will need to go to the page called “Home2”, the form is just below the main slider. You will see the see the sign up form and the “Submit” button’s large gap.
Thanks for your help with this.
May 8, 2017 at 6:19 pm #789757Hi,
The way you commented in Quick CSS field was wrong. I corrected and it helped
/* Your comment goes here */
Please review your website
Best regards,
YigitMay 8, 2017 at 7:08 pm #789781LOL! Thanks for pointing that out, and thank you for your help, much appreciated!
May 8, 2017 at 7:12 pm #789783 -
AuthorPosts
- The topic ‘Gravity Forms – padding?’ is closed to new replies.