Hi
How can I make my custom google map marker bigger than the size preset in Enfold (max 80x80px? But I need it 150x150px.
I tryed to override the styles in my custom CSS, but doesn’t work… :-O
.gmnoprint {
height: 150px !important;
width: 150px !important;
}
.gmnoprint img {
height: 150px !important;
width: 150px !important;
}
Thank you for helping me! :-)
Hey Eric!
You can upload custom images to use for the markers when setting them up.
Cheers!
Elliott
Hi Elliott
Thats what I did, but sizes (to choose from the dropdown in Enfold “Edit Location”) are limited… biggest size is 80x80px :-/
Ist it possible to overwrite that?
Hey!
Can you please post the link to your page where we can see an example?
Cheers!
Yigit
Sorry, link was not complete… her’s the new one:
Hey!
Please try adding following code to Quick CSS in Enfold theme options under General Styling tab
.gmnoprint, .gmnoprint>img {
width: 80px!important;
height: 80px!important;
}
Regards,
Yigit
Hi Yigit
I tried this into my custom CSS, but the prob is, it takes effect on the wrong place (object)… take a look on the map after the change. In some reason, I can’t overwrite the image size :-/ (do I have a wrong path in CSS or something???)
Regards,
Schmiddy
Hi!
what if you try a plugin like: https://de.wordpress.org/plugins/simple-image-sizes/
Best regards,
Andy