Try adding this custom CSS when store name or texts in the infowindow is not breaking texts:


#store_locator .gm-style-iw, #store_locator .gm-style-iw * {
	display: block !important;
	overflow: hidden;
}

#store_locator .store_locator_actions a {
	background: #002642;
	color: #fff;
	border-radius: 20px;
}

#store_locator .store_locator_actions a i {
    display: inline-block !important;
}

1 thoughts on “Infowindow Texts is not Breaking

Leave a Reply

Your email address will not be published. Required fields are marked *