Is it possible to get full width maps on all mobile devices? Want to get rid of the margins
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
Works beautifully! Thanks Yigit