Hi,
I’ve thoroughly looked through similar issues posted on the support forum, but none of the fixes have worked for me. I am trying to make my map markers legible with our logo on them, but even when I set the icon size to 80px by 80px, the markers render as 40px by 40px on both Chrome and Firefox.
I’ve tried using the following code to override the marker size, which creates a whole new set of issues:
Here is the code:
.gmnoprint, .gmnoprint>img, div.gmnoprint { width: 100px !important; height: 100px !important; opacity: 1 !important;}
I’d appreciate your help to at the very least make the markers display at 80px by 80x rather than 40px by 40px, but ideally would like a fix to be able to display them at a custom size to increase legibility (100px).