Reply To: Strange grid on the maps

Home Forums MapPress Support Strange grid on the maps Reply To: Strange grid on the maps

#17193
Chris
Keymaster

    Hi,

    The grid is coming from the theme’s CSS. This rule is being loaded on the page, and the grey outline on the map is the box shadow:

    .single .col-mod-single img {
        box-shadow: 1px 1px 1px 1px silver;
        border-radius: 3px;
    }