Table of Contents
Google Maps has changed its buttoned UI and made them bigger and more prominent, but due to CSS updates and conflict with our plugin, it has turned into white boxes without the icons, to bring back the icons, please paste the CSS provided below into your theme CSS file.
CSS TO FIX THE PROBLEM
body #asl-storelocator.asl-cont #asl-map-canv *{-webkit-box-sizing:initial;-moz-box-sizing:initial;box-sizing:initial}
body #asl-storelocator.asl-cont #asl-map-canv *:before,#asl-map-canv *:after{-webkit-box-sizing:initial;-moz-box-sizing:initial;box-sizing:initial}
Alternate Solution #
.If you have a problem putting up the CSS, simply delete the plugin, and upload the latest version from Agile Logix.
