Map Center CSS

PHOTO EMBED

Sat Nov 16 2024 11:45:18 GMT+0000 (Coordinated Universal Time)

Saved by @edcloudnineweb

@media(max-width: 500px){
	//Select the map parent element
	.map-parent{
		position: relative;
	}
	//For the map
  #OSM-map{
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
  }
}
content_copyCOPY