Strange grid on the maps

Home Forums MapPress Support Strange grid on the maps

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #17191
    lorey
    Participant

    My maps are loaded with a strange graphic grid.

    Please see these 2 websites:
    https://www.viaggi-usa.it/tour-california/
    https://www.viaggioinandalusia.it/tour-andalusia/

    Could you help to identify the cause of this problem?

    Regards
    Lorenzo

    #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;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.