• Mapdata at 2013 Google copyright line displays as thin narrow vertical line on PC display. However, this displays nicely on mobile screen as horizontal at the bottom of map. Is there anyway to change the display on bigger screen?

Viewing 1 replies (of 1 total)
  • I had the same problem recently for a particular WordPress theme and just in the IE browser. Solved it by using a rule specifying word-wrap as normal. I did the following:

    1. In my page which displays the map, I set up a new DIV ID around the reference to my map:

    <div id=”wpgmap”>
    [wpgmza id=”1″]
    < /div>

    2. In my child theme’s style.css file (for Twenty Twelve), I inserted a new rule:

    #wpgmap {word-wrap: normal;}

    This sorted out the map’s vertical copyright text issue.

    Good luck,
    John

Viewing 1 replies (of 1 total)
  • The topic ‘mapdata at 2013 Google display issue’ is closed to new replies.