Hi there, there seems to be a problem with padding on the tooltip:
https://vitalis.tinytake.com/media/e3ebf0?filename=1602554021216_TinyTake10-10-2020-01-49-06_637378877603992992_1602554021.png&sub_type=thumbnail_preview&type=attachment&width=100&height=120
This seems to be created by inline SCC in the html
<div class=”gm-style-iw gm-style-iw-c” style=”padding-right: 0px; padding-bottom: 0px; max-width: 549px; max-height: 419px; min-width: 0px;”>
How do I fix this?
Many thanks!
Hey Steve,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.gm-style .gm-style-iw-c {
padding: 12px !important;
}
If you need further assistance please let us know.
Best regards,
Victoria