Title: lynntax_error's Replies | WordPress.org

---

# lynntax_error

  [  ](https://wordpress.org/support/users/lynntax_error/)

 *   [Profile](https://wordpress.org/support/users/lynntax_error/)
 *   [Topics Started](https://wordpress.org/support/users/lynntax_error/topics/)
 *   [Replies Created](https://wordpress.org/support/users/lynntax_error/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/lynntax_error/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/lynntax_error/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/lynntax_error/engagements/)
 *   [Favorites](https://wordpress.org/support/users/lynntax_error/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Basic Google Maps Placemarks] How to make the map responsive](https://wordpress.org/support/topic/how-to-make-the-map-responsive/)
 *  [lynntax_error](https://wordpress.org/support/users/lynntax_error/)
 * (@lynntax_error)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/how-to-make-the-map-responsive/#post-3937094)
 * And I was making it _way_ more difficult than it needed to be. Use an FTP program
   to access the style.css file and simply add the !important rule. Voilà, it works!
 *     ```
       #bgmp_map-canvas
   
       {
   
       	width: 100% !important;	/* The width and height here are just defaults in case the JavaScript can't load. They're overridden with the ones on the Settings page when the map is created. (Good ole !important saves the day again.) */
   
       	height: 400px;
   
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Basic Google Maps Placemarks] How to make the map responsive](https://wordpress.org/support/topic/how-to-make-the-map-responsive/)
 *  [lynntax_error](https://wordpress.org/support/users/lynntax_error/)
 * (@lynntax_error)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/how-to-make-the-map-responsive/#post-3937093)
 * Oh I wish there was an answer here too! It is a fantastic plugin and that’s the
   _only_ thing I need it to do that it doesn’t. I’m spending too much time searching
   through the code trying to find where the units of the width are defined as pixels
   so I can try changing it to percent. 100% width would fix it, but where oh where
   to change it?

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