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

    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

    #770645

    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

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