Page 1 of 1

Map elements looking ugly (only when show by plugin)

Posted: 25 Dec 2012, 16:01
by lol2x
Hi guys,
I have some problem with Phoca Map Plugin when i want to publish map in my article it looks like that:
Image
i don't have this problem when i use menu position from component.

I'm using YourShop Template by Gavick - Joomla 2.5

Thanks 4 help!

Re: Map elements looking ugly (only when show by plugin)

Posted: 25 Dec 2012, 19:47
by Jan
Hi, do you get the same problem if you will use standard template?

Re: Map elements looking ugly (only when show by plugin)

Posted: 25 Dec 2012, 21:01
by lol2x
I found solution! Everything you need to is:

change in k2.css:

Code: Select all

.itemFullText img { padding:2px;  background:#fff; margin:4px; border:1px solid #ccc; }
to:

Code: Select all

.itemFullText img { padding:2px; margin:4px; border:1px solid #ccc; } 
this background making it ugly

Re: Map elements looking ugly (only when show by plugin)

Posted: 25 Dec 2012, 21:49
by Jan
Ok