Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • fmolina Friend
    #900953

    Hi.
    In my home http://www.bindirestaurante.com
    the google map module not is responsive in ipad but yes in desktop view.

    Put in private the code of custom html.

    What can I do?

    Thanks.

    Ninja Lead Moderator
    #901585

    Hi,

    You can try to apply the solution from this post here if you could not solve this bug, you can give me the URL of your site and admin login backend of your site via your reply and set as private reply. I will help you to check this

    Regards

    fmolina Friend
    #901645
    This reply has been marked as private.
    Ninja Lead Moderator
    #901702

    I solved it directly on your site and you can see my solution from templates/ja_sugite/css/custom.css file with the CSS style below

    .responsiveContainer {
      position: relative;
      overflow: hidden;
      width: 100% !important;
      height: 100% !important;
    }
    
    .responsiveContainer iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
    
    .responsiveContainer .map-container {
        width: 100% !important;
        height: 100% !important;
    }

    Let me know if it helps

    fmolina Friend
    #902137

    Thanks a lot.
    Is perfect for an ipad
    but in my iphone I see a white right place . Not is responsive.

    Thanks.

    Ninja Lead Moderator
    #902499

    but in my iphone I see a white right place . Not is responsive.

    That’s not bug from google map and it comes from the logo and custom module on your site.

    I added this CSS style directly on your site to custom.css file

    @media  (max-width: 767px) {
        .row-feature.row-feature-bg .row-feature-bg img {
            width: 100% !important;
        }
        header#t3-header .logo .logo-image img {
            width: 100% !important;
        }
    }

    Now, the right space on your site is gone.

Viewing 6 posts - 1 through 6 (of 6 total)

This topic contains 5 replies, has 2 voices, and was last updated by  Ninja Lead 8 years, 2 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum