Page 1 of 1

Not see the navigation control zoom

Posted: 30 Apr 2014, 16:16
by lumarpa
Hello,

In the URL
csspain-cp56.webjoomla.es/index.php/empresa/red-oficinas

There is virtually ZOOM controls, which may not be the problem.
Can you give me help?

Thanks.
:) :) :)

Re: Not see the navigation control zoom

Posted: 03 May 2014, 13:23
by Jan
Hi, see similar posts in this forum:

- update to the latest Phoca Maps
- or edit your template which is in conflict with maps (mostly old bootstrap designing), add:

Code: Select all

/* Bootstrap */
#phocamaps img {
  max-width: none;
}
#phocamaps.phocamaps img {
   border: 0px;
   box-shadow: 0px;
   margin: 0px;
   max-width: none !important;
}
#phocamaps-box img {
   max-width:none !important;
}
to your CSS.

Jan