Site logo

Archived topic

Google Map Info Window

1 reply · Started by Mary Pearson on October 21, 2018

Viewing posts 1–2 of 2

I am trying to remove the space at the bottom of the Google Map Plugin info window. I tried

'.wpgmp_infowindow {
margin-bottom: -20px;
overflow: hidden !important;
}'

It removes the space but puts a scroll bar on the right. I am unable to get rid of the scroll bar.

What am I doing wrong?
Thanks!

Hi there,

how about this:

.wpgmp_iw_content p {
    margin-bottom: 0;
}
This archived topic is closed to new replies.