Title: Stroke over map?
Last modified: August 21, 2016

---

# Stroke over map?

 *  Resolved [pedorie25](https://wordpress.org/support/users/pedorie25/)
 * (@pedorie25)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/stroke-over-map/)
 * Dear,
 * I have this strange stroke over my maps, how can i get away?
 * thanx for the help,
 * Peter
 * [http://wordpress.org/plugins/basic-google-maps-placemarks/](http://wordpress.org/plugins/basic-google-maps-placemarks/)

Viewing 6 replies - 1 through 6 (of 6 total)

 *  Thread Starter [pedorie25](https://wordpress.org/support/users/pedorie25/)
 * (@pedorie25)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/stroke-over-map/#post-4337306)
 * [ picture](http://www.plaatjesdump.nl/upload/949f7c73bbe5f6c98d30309209c59a88.png)
 *  Plugin Author [Ian Dunn](https://wordpress.org/support/users/iandunn/)
 * (@iandunn)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/stroke-over-map/#post-4337427)
 * Your theme’s CSS is overriding the styles for the map. See the FAQ for details.
 *  Thread Starter [pedorie25](https://wordpress.org/support/users/pedorie25/)
 * (@pedorie25)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/stroke-over-map/#post-4337512)
 * Dear Ian,
 * Thanx for the quick answer, but please can you help me a little bit?
 * Can you tell me where i can find the solution.
 * greets Peter
 *  Thread Starter [pedorie25](https://wordpress.org/support/users/pedorie25/)
 * (@pedorie25)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/stroke-over-map/#post-4337513)
 * I see the FAQ now and i will try it…
 *  Thread Starter [pedorie25](https://wordpress.org/support/users/pedorie25/)
 * (@pedorie25)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/stroke-over-map/#post-4337561)
 * Dear Ian,
 * I’m sorry, but i dont get it right.
 * I can paste the text:
 *     ```
       function setBGMPStyle()
       {
           wp_deregister_style( 'bgmp_style' );
           wp_register_style(
               'bgmp_style',
               get_bloginfo('template_url') . '/bgmp-style.css'
           );
           wp_enqueue_style( 'bgmp_style' );
       }
       add_action('init', 'setBGMPStyle');
       ```
   
 * _[Moderator Note: Please post code & markup between backticks or use the code
   button. Your posted code may now have been permanently damaged by the forum’s
   parser.]_
 * but i don’t know where in the functions.php
 * I made a empty .css and i put it in my theme directory (there is already a style.
   css),
    please help me one more time?
 * greets peter
 *  [jdmedia](https://wordpress.org/support/users/jdmedia/)
 * (@jdmedia)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/stroke-over-map/#post-4337584)
 * Hi,
 * I had this problem & now resolved thanks to post over at Drupal.org. It only 
   occurs in IE (as with most problems, seemingly).
 * Forget what you’re doing above. Get My Custom CSS Plugin and add the following:
 *     ```
       .gmnoprint {
         width: auto !important;
       }
       ```
   
 * Job done.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Stroke over map?’ is closed to new replies.

 * ![](https://ps.w.org/basic-google-maps-placemarks/assets/icon-128x128.png?rev
   =1152531)
 * [Basic Google Maps Placemarks](https://wordpress.org/plugins/basic-google-maps-placemarks/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/basic-google-maps-placemarks/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/basic-google-maps-placemarks/)
 * [Active Topics](https://wordpress.org/support/plugin/basic-google-maps-placemarks/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/basic-google-maps-placemarks/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/basic-google-maps-placemarks/reviews/)

 * 6 replies
 * 3 participants
 * Last reply from: [jdmedia](https://wordpress.org/support/users/jdmedia/)
 * Last activity: [12 years, 5 months ago](https://wordpress.org/support/topic/stroke-over-map/#post-4337584)
 * Status: resolved