invalid map display (a lot of squares)
hi
Map on website is divided into squares.
how I can change view of this goole map to normal?
https://dl.dropboxusercontent.com/u/14306077/contact-us.png
thank you
Map on website is divided into squares.
how I can change view of this goole map to normal?
https://dl.dropboxusercontent.com/u/14306077/contact-us.png
thank you
Comments
did you noticed the same effect on our demo or it just happens on your site only? Because if this happens on your side only, then we recommend to deactivate all extra plugins and remove all extra code to make sure that it's not the reason.
it was wrong css code (class trailer)
#home .trailer_box img.scale-with-grid, #Content img {
height: auto;
max-width: 100%;
box-shadow: 0 5px 10px #333;
}
I need box-shadow: only for all images in trailer_box exept map and logo
just add
.trailer_box img.scale-with-grid {
box-shadow: 0 5px 10px #333;
height: auto;
max-width: 100%;
}