Home › Forums › Theme support › Justness and MAP shortcode › Reply To: Justness and MAP shortcode
Hi,
I’m not sure what cause the problem, because I cannot see your source code, but you can try this:
go to WordPress admin -> Appearance -> Theme Options -> General -> Extra CSS Content and add this css code:
.sc_map_container {
overflow:hidden;
}
This should solve the problem.