Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1132872
    nickohorny
    Participant

    Hi,

    I am using X with gravity forms plugin. I would like to know how I can reduce vertical space between form fields? I contacted gravity forms but they said it was theme related to css, and to ask for support on adjusting it.

    If you check the page: http://businesscardbangkok.com/product/luxury-black/

    The product form fields look too far apart and make the page very long, how can I please reduce them,

    Thanks.

    #1133023
    John Ezra
    Member

    Hi there,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer or in your child theme’s style.css file.

    .field_sublabel_below {
        margin: 0!important;
    }
    
    label.gfield_label.gfield_label_before_complex {
        display: none!important;
    }

    Hope this helps – thanks!

    #1136150
    nickohorny
    Participant

    Perfect, thanks!

    #1136244
    Prasant Rai
    Moderator

    You are most welcome. 🙂

  • <script> jQuery(function($){ $("#no-reply-1132872 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>