Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Zinan Nadeem

    (@puretheme)

    It should work. No Problem we will observe it & give you update very soon.

    Thread Starter dbodWP

    (@dbodwp)

    Is it possible to create an admin option to disable for mobile?

    Plugin Author Zinan Nadeem

    (@puretheme)

    We will give this option in future. But for now you can insert this code in the custom css area.

    @media only screen and (max-width: 767px) {
    	.main_social {
    		display:none;
    	}
    }

    this wont hide on mobile (safari) for my site either.

    I have the same problem, too. Also inserting tha above code did not change anything.

    I tried with iPad and iPhone: Both the same.

    Is there any other solution? As more and more users visit my website via mobile, for me thos is an important issue.

    Thanks a lot for your help!

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