Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter nskv

    (@nskv)

    Also I see some strange figures under links when I click a marker. It’s another problem.

    Plugin Author Remco Tolsma

    (@remcotolsma)

    This is caused by the following line of CSS in your stylesheet:
    http://sdgi.ru/wordpress/wp-content/themes/sdgi/style.css

    #content img {
    	max-width: 100%;
    	width: auto;
    	height: auto;
    }

    You can fix this by adding the following CSS to your stylesheet:

    #content .pgmm img ,
    #content .pgm img {
    	background-color: transparent;
    
    	max-width: none;
    }
    Thread Starter nskv

    (@nskv)

    Thank you very much for resolving. Sorry, I see this is an outside conflict for you, but it was difficult for me to understand it.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Pronamic Google Maps] rulers in the mashup’ is closed to new replies.