Link to home
Start Free TrialLog in
Avatar of Jon Imms
Jon ImmsFlag for United States of America

asked on

Popup CSS help.

Hello,  I'm having a litle trouble with the CSS on our location map.  I'm using the WP Google Maps Pro, and had an update. Now if you click on any of the locations, the popup is all squashed together.  

How can i target just the popups, so they are formatted nicely?

Here is the website
Avatar of Paul MacDonald
Paul MacDonald
Flag of United States of America image

Without knowing what you're trying to accomplish, I made these two changes and it looked a little better to me:

.marker-phone {
    margin-bottom: 30px;
    margin-left: 3px;
}

marker-hours, .marker-hours2 {
    margin: 0 0 20px 3px;



Also, the Manager photos have a weird attribute value:
<img src="https://cretecarrier.com/wp-content/uploads/2018/05/RossKalmeth_Indianapolis.jpg" class="wpgmza_infowindow_image wpgmza_map_image" style="float:right; margin:5px; max-width:falsepx !important;">
ASKER CERTIFIED SOLUTION
Avatar of Julian Hansen
Julian Hansen
Flag of South Africa image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial