Phocamaps and bootstrap problem
Posted: 09 Jan 2013, 21:12
It seems that phocamaps (Googlemaps) is not displaying correctly in bootstrap templates? You added the CSS declaration
in the phocamaps.css
I'm not sure if this was intended for the bootstrapp-googlemaps issue, but I had to change (add) it this way to display the controls corectly.
Now it works
EDIT:
This only works for the outlined Maps. For non-outlined you need to set:
Thosi
Code: Select all
#phocamaps.phocamaps img {
border: 0px;
box-shadow: 0px;
margin: 0px;
max-width: none !important;
}
I'm not sure if this was intended for the bootstrapp-googlemaps issue, but I had to change (add) it this way to display the controls corectly.
Code: Select all
#phocamaps-box img {
max-width:none !important;
}
EDIT:
This only works for the outlined Maps. For non-outlined you need to set:
Code: Select all
#phocamaps-box img {
max-width:none !important;
}