Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Access Keys

    (@access-keys)

    Hello there,

    Can you provide us the url of the page where you have kept the icons so that we can inspect and suggest you some solution?

    Thanks.

    Plugin Author Access Keys

    (@access-keys)

    Hello there,

    Please add below link in your theme’s style.css to hide the social icons in the mobile devices which have width less than 500 px.

    @media only screen and (max-width: 500px) {
    .aps-social-icon-wrapper{
    display:none;
    }
    }

    Hope this solves your problem.

    Thanks.

    Thread Starter Neat Shots

    (@neat-shots)

    yay! that did it ??
    Thank you sooo much.
    Have a nice day.

    Plugin Author Access Keys

    (@access-keys)

    Thats great news and we are glad that we could help you and thank you very much for the rating.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Disabling on Mobile’ is closed to new replies.