Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #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%;
    }

    #788208

    Hey 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 Torvik

    #788461

    Hi,

    here is the link. if you scroll down you will see an opt-in form just below the slider.

    http://theresilienceelement.com/home2

    #788712

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    #field_3_1 {
      padding:0 !important;
    }

    Best regards,
    Rikard

    #789702

    Hi Rikard,

    I tried adding your css on no change.

    #789705

    Hi,

    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,
    Yigit

    #789734

    Hi Yigit,

    sorry just tried you CSS and no luck.

    #789744

    Hi,

    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,
    Yigit

    #789749

    Hi 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.

    #789757

    Hi,

    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,
    Yigit

    #789781

    LOL! Thanks for pointing that out, and thank you for your help, much appreciated!

    #789783

    Hi,

    Always happy to help :)
    Let us know if you have any other questions or issues :)

    Best regards,
    Yigit

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Gravity Forms – padding?’ is closed to new replies.