Hi, how can i resize the map to 80% of the width?
nino
iorfino Hi Add this code in custom.css file
.itemid-125.com_jamegafilter .map-container{min-width: 80%;margin: 0 auto!important;}
125 is the Menu item ID. In case your menu item ID is different you can change it.
It works! thank you.
iorfino You are welcome!