Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1155201

    I try to achieve that Google Maps shows full width, but it seems I cannot manage it. Can you please give me any suggestions?
    This is how it looks; https://imgur.com/a/BGwPgj6
    This is what I would like: https://imgur.com/a/80Xr7p1

    I used:
    @media only screen and (max-width: 767px) {
    .av-layout-tab .container {
    width: 100%!important;
    max-width: 100%!important;
    }}

    and also

    .av-tab-section-tab-title-container {
    padding-top: 0px !important;
    }
    #top .av-section-tab-title {
    width: 25% !important;
    }

    dont make it full width.

    There are some older topics from 2014, but I dont want to use those since i am not sure if it will create some compatibility issues.

    #1155318

    Hey Arjan1985,

    Do you want it to apply to mobile only? I’m asking since your first CSS block will only target mobile screens. Could you post a link to where you want to implement this please?

    Best regards,
    Rikard

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.