Good Morning
Occasionally in the map hover bubble, the end of the text is missing. Please see the attached example. Is it possible to either wrap the text onto a 2nd line or resize it to fit? I already use the following custom css for the map bubble:
.geodir-loc-bar .geodir-loc-bar-in {
top: -0px;
}
.geodir-loc-bar-in {
background: transparent;
border: 0px transparent;
padding: 0px;
}
.geodir-bubble_desc h4 a {
color: #fff!important;
}
.geodir_more_info.geodir_get_directions a {
text-decoration: underline!important;
}
.geodir_more_info.geodir_contact a {
text-decoration: underline!important;
}
/* Stop the image hiding the some of the address on the map hover*/
.geodir-bubble-meta-side {
margin-top: 0;
}