Hello,
is it possible to have the map marker positioned slightly to the left by default? Now it is centered. I would like to put an element over the map on the right side.
Thank you
So – this is not provided with the Enfold Google Maps element.
But what you could do is place a dummy marker at the top of the list, with a custom marker. Then you upload a completely transparent png file. Since the top of the list determines the center of the map, you could achieve your goal.
Hello @guenni007 @Rikard
It works great so far, thank you.
However, I still have a problem with the map marker size. I have tried changing the size to 80*80, and adding additional sizes to code, but it stays the same size.
Best regards
edit: now it jumped to 160, but I changed to 80 and who knows when will it change again
edit2: editing avia_google_maps_api.js
line 315. if(_self.retina && size > 40) size = 80; //retina downsize to at least half the px size
^^-this changes the size