Page 1 of 1

Toolbar doesn't show properly

Posted: 14 Oct 2014, 14:38
by Nohud
Hello,

I'm using Phoca Map (version 3.0.1) with my template but the display is weird from the google navigation bar

Image

If you see on the left, it's seems to be crushed and the cross in order to close the popup is not showing (or almost not).
I think this a CSS conflict with my bootstrap but i don't know what can i do.
I watch this topic : viewtopic.php?f=32&t=25718 but it's not working.

Any help ?

Thank you.

Re: Toolbar doesn't show properly

Posted: 14 Oct 2014, 23:52
by Jan
Hi, then your template uses other feature which manage the images on the site, so this needs to be asked by template developer.

By bootsrap it was common issue, which was described and could be solved (in the link you have added to your post) so if there is some other similar conflict feature, such needs to be found in the template css :idea:

Jan

Re: Toolbar doesn't show properly

Posted: 14 Nov 2014, 06:00
by wdiggles
I changed phocamaps in the css code to a class instead of an id and it worked. See below..

/****** PHOCA MAPS ******/
.phocamaps img {
max-width: none;
}
.phocamaps img {
border: 0px;
box-shadow: 0px;
margin: 0px;
max-width: none !important;
}
.phocamaps-box img {
max-width:none !important;
}