Home › Forums › MapPress Support › Strange grid on the maps › Reply To: Strange grid on the maps
January 26, 2017 at 4:15 am
#17193
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;
}