Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1247817
    Brent-St
    Participant

    Hi,

    On the mobile version of the site, http://www.callinex.ca at the very bottom of the page the Google Map is overlaid on the gravity form.

    please help

    thanks,

    Brent

    #1247818
    Brent-St
    Participant
    This reply has been marked as private.
    #1248159
    Prasant Rai
    Moderator

    Hello Brent,

    Thanks for writing in!

    You need to remove margin-top: -250px from Gap element. To do that please assign Id to gap element and then use following code under Custom > CSS in the Customizer:

    @media only screen and (max-width: 500px) {
        hr#remove-margin {
                margin: 0 !important;
        }
    }

    http://prntscr.com/d4hf98

    Please replace remove-margin with your custom Id name.

    Thanks.

    #1249096
    Brent-St
    Participant

    that worked great. thanks very much.

    #1249515
    Friech
    Moderator

    We’re delighted to assist you with this.

    Cheers!

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