Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #410044

    Google does not like the spacing between the share icons on the mobile test, is there a way to disable the share icons on mobile only? I think they are valuable to have on the desktop version, but most phones have built in share.

    See Below:
    The tap target Share on Facebook and 8 others are close to other tap targets.

    #410314

    Hi Thomas!

    Please try the following in your Quick CSS:

    @media only screen and (max-width: 767px) {
    .av-share-box{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    display:none !important;
    }
    }

    Regards,
    Rikard

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.