Title: Full Width Map
Last modified: December 8, 2016

---

# Full Width Map

 *  [taraloca](https://wordpress.org/support/users/taraloca/)
 * (@taraloca)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/full-width-map-2/)
 * I have done as suggested to add a full width map. I added the function:
 *     ```
       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');
       ```
   
 * I put this inside the wrapper at the end.
 * I then added the bgmp-style.css file and copied the style.css into it along with
   this style:
 *     ```
       #bgmp_map-canvas
       {
       	width: 100% !important;
   
       }
       ```
   
 * I get a “loading map” on my page, but no map displays
    -  This topic was modified 9 years, 6 months ago by [taraloca](https://wordpress.org/support/users/taraloca/).

Viewing 1 replies (of 1 total)

 *  [nashtulsa](https://wordpress.org/support/users/nashtulsa/)
 * (@nashtulsa)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/full-width-map-2/#post-8661367)
 * I do the same and it working after i fill 100% in the width field (backend).

Viewing 1 replies (of 1 total)

The topic ‘Full Width 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/)

 * 1 reply
 * 2 participants
 * Last reply from: [nashtulsa](https://wordpress.org/support/users/nashtulsa/)
 * Last activity: [9 years, 4 months ago](https://wordpress.org/support/topic/full-width-map-2/#post-8661367)
 * Status: not resolved