Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: POT file #37006
    eprogramming
    Participant

    Thanks

    in reply to: cross rounded image on mobile #36955
    eprogramming
    Participant

    It seems to be a problem specific to edge mobile.

    I Have solved with this css

    .search-holder .search-bg {
    display:none;
    }

    .search-holder .search-bg.search-open {
    display:block;
    }

Viewing 2 posts - 1 through 2 (of 2 total)