Title: Map Width and Height Window
Last modified: August 21, 2016

---

# Map Width and Height Window

 *  [walkfacefirst](https://wordpress.org/support/users/walkfacefirst/)
 * (@walkfacefirst)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/map-width-and-height-window/)
 * For some reason, my map does not stretch out to the width and height of the actual
   map.
 * See the link below.
 * [http://occomputerman.com/?page_id=60](http://occomputerman.com/?page_id=60)
 * Any feedback would be apperciated.
 * [https://wordpress.org/plugins/google-maps-ready/](https://wordpress.org/plugins/google-maps-ready/)

Viewing 1 replies (of 1 total)

 *  [snowstar](https://wordpress.org/support/users/snowstar/)
 * (@snowstar)
 * [12 years ago](https://wordpress.org/support/topic/map-width-and-height-window/#post-4792859)
 * Well the fixed CSS in your HTML may have something to do with it:
    (Notice the
   350 in height)
 *     ```
       <style type="text/css">
               #ready_google_map_1{
                   width:700px;
                   height:350px;
                   float:right;
                   border:0px solid  ;
                   margin:0px;
               }
               #gmapControlsNum_1{
                  width:700px
               }
       	#ready_google_map_1 .gmpMarkerInfoWindow{
       			width:700px;
       			height:350px;
       	}
       	.gmpMapDetailsContainer#gmpMapDetailsContainer_1{
       		height:350px;
       	}
       	.gmp_MapPreview#ready_google_map_1{
       		/*position:absolute;*/
       		width:100%;
       	}
       	#mapConElem_1{
       		width:700px;
       	}
          </style>
       ```
   
 * You can override the plugin CSS by writing the same in an included CSS and adding!
   important afterwards. Like
    `height:650px!important;`

Viewing 1 replies (of 1 total)

The topic ‘Map Width and Height Window’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/google-maps-ready_a2bdc8.svg)
 * [Google Maps Ready!](https://wordpress.org/plugins/google-maps-ready/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/google-maps-ready/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/google-maps-ready/)
 * [Active Topics](https://wordpress.org/support/plugin/google-maps-ready/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/google-maps-ready/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/google-maps-ready/reviews/)

## Tags

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

 * 1 reply
 * 2 participants
 * Last reply from: [snowstar](https://wordpress.org/support/users/snowstar/)
 * Last activity: [12 years ago](https://wordpress.org/support/topic/map-width-and-height-window/#post-4792859)
 * Status: not resolved