I added google map to position footnav-1. It is centered in the row, but it does not position properly on mobile. How do I make it display properly on both mobile and desktop.I have attached screenshots thank you
cspgsl Hi Add this code in custom css to make width 100%
@media(max-width:768px){.map-container{width:100%!important;}}
thank that worked perfectly.
cspgsl You are welcome!