Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1122835
    piexec
    Participant

    For some reason I’m having an issue displaying this map on mobile. Its responsive, but seems to be floating over the container.

    See attached. Please help.

    Thanks in advance! 🙂

    #1122837
    piexec
    Participant
    This reply has been marked as private.
    #1123251
    Rupok
    Member

    Hi there,

    Thanks for writing in! It’s because you are using the Map within RAW Content and set float:left. There is map element in Cornerstone that you should use. However to fix this for now; you can add this under Custom > CSS in the Customizer.

    @media only screen and (max-width: 767px) {
    .wpgmza_map {
      float: none !important;
    }
    }

    Hope this helps.

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