PROBLEM - Googlemap controls distorted
Are you having an issue with the google map controls being distorted on your website or joomla website when using bootstrap. If so please try the following solution.
SOLUTION - Googlemap controls distorted
Place the following css code in your css file. If you are using one of our templates then you can place it in nexus.css or template.css.
#mapCanvas img {
max-width:none;
}
Now in your article where you have your google map do the following.
1: Open the html code in your editor
2: You need to wrap the google code with the code highlighted here in red
<div id="mapCanvas">Your google code here
</div>