Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #396465

    http://borstch.eu/nysajt2/

    My google map isn’t full width on mobile devices. It’s inside a grid row.

    This CSS used to solve it, but it has no effect anymore. I’ve cleared the cache and tried different mobile devices.

    @media only screen and (max-width: 769px) {
    #kontakt .avia-builder-el-first .flex_cell_inner {
    width: 100% !important;
    max-width: 100% !important;
    }}

    • This topic was modified 9 years, 9 months ago by crewneck.
    #396727

    Hey crewneck!

    Please add following code to Quick CSS

    @media only screen and (max-width: 768px) { 
    .home div#av-layout-grid-1 .flex_cell:nth-child(1) .flex_cell_inner {
    width: 100%!important;
    max-width: 100%!important;
    }}

    Regards,
    Yigit

    #397620

    Works great! Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Full width maps on mobile devices?’ is closed to new replies.