Simeon Kolev
Simeon Kolev

Reputation: 646

Google maps API v3 user interface

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:

enter image description here

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:

enter image description here

Upvotes: 0

Views: 199

Answers (1)

user2622729
user2622729

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

Related Questions