Page 1 of 1

Phocamaps and bootstrap problem

Posted: 09 Jan 2013, 21:12
by Thosi
It seems that phocamaps (Googlemaps) is not displaying correctly in bootstrap templates? You added the CSS declaration

Code: Select all

#phocamaps.phocamaps img {
	border: 0px;
	box-shadow: 0px;
	margin: 0px;
	max-width: none !important;
}
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.

Code: Select all

#phocamaps-box img {
	max-width:none !important;
}
Now it works

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;
}
Thosi

Re: Phocamaps and bootstrap problem

Posted: 17 Jan 2013, 17:41
by Jan
Hi, thank you for this info. Jan