images appearing in between the location name/text

New home Forums Pro Add-on Troubleshooting images appearing in between the location name/text

Tagged: ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #21090
    PhilB
    Member

    Hi,

    I’m using the WP Google Maps plugin and the Pro addon on my site https://love.golf/venues-list/

    For all intents and purposes it works great although someone has pointed out a small issue.

    Most of the markers on the map work fine, but one of them is displaying the title text and image a little strangely.

    It is like the image is being placed in between the title. The marker in question is the one at west kilbride (should be the second marker from the top of the map, to the left).

    I cant understand wwhy, i’ve taken a look in the chrome dev tools and the markup looks the same. And it only seems to be that one that is being affected.

    Any suggestions?

    Thanks in advance

    PhilB

    #21160
    SupportTeam
    Moderator

    Hi PhilB

    So sorry for only getting back to you now.

    Please go to ‘Maps’ -> Settings’ -> ‘Advanced’ and enter the below CSS in the ‘Custom CSS’ field:

    .wpgmza_map img {
        float: none !important;
    }

    Does this help at all?

    #21232
    PhilB
    Member

    Hi Jarryd,

    Thanks for getting back to me. I had tried floating left and right, never considered setting it to none.

    Thats worked perfectly! thanks for that. What could cause it to happen? as it only seemed to affect the one item.

    Anyway, Thanks again Jarryd.

    PhilB

    #21246
    SupportTeam
    Moderator

    Hi Phil

    So glad to hear that helped!

    The default styling is set for it to float left, however this is only effective if the image is either big enough in the info window, or the info window is small enough for the image to fill the space.

    #21312
    PhilB
    Member

    Good stuff Jarryd, thank you for your help. It was just a little frustrating it was the only one on there! and i never even spotted it!

    Many thanks,

    PhilB

    #21341
    SupportTeam
    Moderator

    Hi Phil

    Only a pleasure! So sorry for the frustration caused.

    • This reply was modified 6 years, 2 months ago by SupportTeam.
Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.