Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1299153

    Hi,

    I know there is conflicts between X and Gravity forms which seems to affect the styling which I’ve tried to work around but I can’t seem to get equal spacing on the rows on my contact form.

    I will give more details in the next post and give you a link.

    #1299158
    This reply has been marked as private.
    #1299177
    Lely
    Moderator

    Hello There,

    To reduce the space between the first row and 2nd row, please use the following CSS:

    li#field_3_7, li#field_3_8 {
        margin-bottom: .5em !important;
    }

    Hope this helps.

    #1299331
    This reply has been marked as private.
    #1299349
    Thai
    Moderator

    Hi There,

    Please add the following CSS also:

    @media (max-width: 767px){
        ul#gform_fields_3 .gfield {
            margin-bottom: 2em !important;
        }
    
        ul#gform_fields_3 li#field_3_4 {
            margin-top: 0 !important;
        }
    
        ul#gform_fields_3 li#field_3_3 {
            margin-bottom: 1.2em !important;
        }
    }

    Hope it helps 🙂

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