How can I center the map?
Hi cjmicro
Please provide a correct url for your website so we can access it and look at your map.
Regards
http://72.52.238.40/~jmcmhp2/index.php/headers
Try to add to custom.css this
.jai-map-container { margin: 0 300px!important; }
This worked, thank you, however i checked on mobile and the map gets tiny at reponsive mobile size. Let me know if there is a fix for that. thank you.
Try adding this
@media (min-width:320px and (max-width: 767px) { .jai-map-container { margin:0; } }