[Support request] Google Map Info Window

Home Forums Support [Support request] Google Map Info Window

Home Forums Support Google Map Info Window

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #706887
    Mary Pearson

    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!

    #706951
    David
    Staff
    Customer Support

    Hi there,

    how about this:

    .wpgmp_iw_content p {
        margin-bottom: 0;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.