Home Forums Theme support Google Maps overflowing container Reply To: Google Maps overflowing container

Hi Steve,

wrote you already via mail. Google changed some parts of the Google Maps function, but it’s easy to solve.

Please go to WordPress admin -> Appearance -> Theme Options -> General -> Extra CSS Content and add this code:

.sc_map_container, .googlemap {
	overflow: hidden !important;
}

This will solve the problem.