Title: Responsive?
Last modified: August 21, 2016

---

# Responsive?

 *  [fandan](https://wordpress.org/support/users/fandan/)
 * (@fandan)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/responsive-155/)
 * Hi
    I checked the forum and found “How to make the map responsive” I tried and
   it’s not working for me is there another way? thanks Dan
 * [https://wordpress.org/plugins/basic-google-maps-placemarks/](https://wordpress.org/plugins/basic-google-maps-placemarks/)

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

 *  [jackennils](https://wordpress.org/support/users/jackennilsen/)
 * (@jackennilsen)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/responsive-155/#post-5076555)
 * This works for me:
 * `#bgmp_map-canvas {width: 100% !important;}`
 *  [angewi](https://wordpress.org/support/users/angewi/)
 * (@angewi)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/responsive-155/#post-5076624)
 * Hello there, funnily enough I’ve just been trying to get my maps responsive too
   and found an older post that’s worked for me without needing to do any code changes.
 * [http://wordpress.org/support/topic/plugin-basic-google-maps-placemarks-how-to-tweak-the-code-to-get-width-instead-of-fixed-px](http://wordpress.org/support/topic/plugin-basic-google-maps-placemarks-how-to-tweak-the-code-to-get-width-instead-of-fixed-px)
 * Look down at FlavioSerra’s third comment
    “i.e. if one writes “95” then pixels
   is taken as a default and the width of the map is “95 pixels”, but if one writes“
   95%” the map is sized as a percent of the column/page.”
 * It appears to be working, I just added 95% to the map width field in settings.
 * Hope this helps!
 *  [kkriss](https://wordpress.org/support/users/kkriss/)
 * (@kkriss)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/responsive-155/#post-5076655)
 * Hey Angewi! Thank you! It works for me!
 *  [peteremil](https://wordpress.org/support/users/peteremil/)
 * (@peteremil)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/responsive-155/#post-5076661)
 * All nice & dandy, but I like to change the width & height of .bgmp_placemark 
   as well; now it is too small; all styling is inline… even setting a percentage
   at “Info. Window Maximum Width” on the settings-page doesn’t seem to work.
    How
   can this be done?
 *  [angewi](https://wordpress.org/support/users/angewi/)
 * (@angewi)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/responsive-155/#post-5076662)
 * Hey there, daft question first – are you meaning the individual placemarks shown
   on the map when you click on the placemark icon?
 * If so, we do this by adding two different block elements in our child theme’s
   CSS
    #This adjusts the size of the placemark .bgmp_placemark { width: 190px; 
   height: 240px; }
 * #This controls the font size and colour
    .bgmp_placemark, .bgmp_placemark a {
   color: #333; text-decoration: underline; font-family: ‘Droid Serif’, serif; font-
   weight: 400; font-size: 14px; }
 * If this isn’t what you’re meaning then apologies and just ignore my havering!

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

The topic ‘Responsive?’ 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/)

## Tags

 * [map](https://wordpress.org/support/topic-tag/map/)

 * 5 replies
 * 5 participants
 * Last reply from: [angewi](https://wordpress.org/support/users/angewi/)
 * Last activity: [11 years, 6 months ago](https://wordpress.org/support/topic/responsive-155/#post-5076662)
 * Status: not resolved