Reputation: 646
I have a very small stylistic problem in my google maps.
I am using google maps API v3 and the problem is the left slider which looks like this:
I can't understand why or where i searched the web but I didn't made any changes to the map config so how did this happen. It should look like this:
Upvotes: 0
Views: 199
Reputation: 321
You need to check your css / stylesheets and look for any rule interfering with the map layout.
What you describe here happened to me too because of some rule defined in a component of the bootstrap framework (http://getbootstrap.com/)
Upvotes: 2