Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1176266
    Simon T
    Participant

    Hey Guys,

    I just noticed on my website (webstein.com.au) I have some white space under the footer – I’m not sure why.

    I’l also wondering if its possible to reduce the spacing between fields of my gravity form on the home page?

    I will post login details below, any help would be greatly appreciated.

    #1176283
    Simon T
    Participant
    This reply has been marked as private.
    #1176397
    Christian
    Moderator

    Hey Simon,

    A third party code (Google conversion frame) is causing the space. You will either need to remove it or contact the code provider on how to hide it.

    For the fields, please add the code below in your Appearance > Customize > Custom > Global CSS

    body .gform_wrapper .top_label .gfield, body .gform_wrapper .top_label li.gsection.gf_scroll_text {
        margin-bottom: 0em !important;
    }
    
    body .gform_wrapper ul li.gfield {
        margin-top: 0;
    }

    Thanks.

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