• Resolved nandrard

    (@nandrard)


    Hi, I just tried to use Google maps from pronamics on my website today, i have to say the config is easy and putting in on the post, page, or somewhere else cant get any easier than this. But somehow the map interface looks bugged and unclean to look at all. Is there any solution to resolve this issue please?

    Thanks

    Scrsht

    original page

    https://ww.wp.xz.cn/plugins/pronamic-google-maps/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter nandrard

    (@nandrard)

    Plugin Author Reüel

    (@pronamic_reuel)

    I just had a look and it seems the following part of your CSS is affecting the map images:

    #content img, #content p img {
    	max-width: 100%;
    	padding: 4px;
    	border: 1px solid #E6E6E6;
    	 -moz-box-shadow: 10px 5px 5px #ccc;
    -webkit-box-shadow: 5px 5px 5px #ccc;
            box-shadow: 5px 5px 5px #ccc;
    }

    You’ll either need to make sure the CSS Selector does not affect elements of the map, or reset the attributes for #pgm img.

    Thread Starter nandrard

    (@nandrard)

    Hi Reuel,

    Thanks for your help, I wonder where to start to solve this issue. Could you please tell me?

    Sorry i’m new to this, TIA.

    Plugin Author Reüel

    (@pronamic_reuel)

    Adding the following CSS to your stylesheet should solve this issue:

    .pgm img {
    	max-width: none;
    }
Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Map Interface Looks unclean’ is closed to new replies.