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?
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!