Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #558428

    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! :-)

    #558829

    Hey Eric!

    You can upload custom images to use for the markers when setting them up.

    Cheers!
    Elliott

    #561122

    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?

    #561287

    Hey!

    Can you please post the link to your page where we can see an example?

    Cheers!
    Yigit

    #561335

    Sure… (I want the modan marker a bit bigger).

    Thx and regards,
    Schmiddy

    #561337

    Sorry, link was not complete… her’s the new one:

    http://www.modansoftware.ch/kontakt/#map

    #561346

    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

    #561359

    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

    #561952

    Hi!

    what if you try a plugin like: https://de.wordpress.org/plugins/simple-image-sizes/

    Best regards,
    Andy

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.