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

    Is it possible to get full width maps on all mobile devices? Want to get rid of the margins

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

    Hey crewneck!

    Please add following code to Quick CSS

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

    Cheers!
    Yigit

    #389365

    Works beautifully! Thanks Yigit

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