Support

Account

Home Forums Front-end Issues +/- markers are very small and do not appear correctly Reply To: +/- markers are very small and do not appear correctly

  • Hi @tapioka

    This happens due to you having this in your style.css
    img{ max-width:100%; height:auto; }

    Reverse this specifically for the google maps container and you’re good to go! (of course set your own class, this is just an example
    .googlemaps img{ max-width: none; }