Hi, i’m using a contact form plugin and I can’t figure out how to prevent it from showing on mobile – can you maybe help me out with this?
Thanks
Hey DROR,
It is not showing on mobile or tablet for me, only laptop (1024px) and above, so perhaps you have solved it, but here is some css for up to 770px (tablet) just in case.
Try this code in the General Styling > Quick CSS field:
@media only screen and (max-width: 770px) {
.pwebcontact.pweb-slidebox.pweb-horizontal.pweb-right .pwebcontact_toggler {
display: none !important;
}}
Best regards,
Mike