• Resolved masherbrum

    (@masherbrum)


    Hello,
    I’m trying to hide the submission form on mobile view, because it is displaying all stretched out.
    Here is the code snippet I used :

    @media only screen and (max-width: 980px) {
    .cwginstock-subscribe-form
    {
    display: none
    !important;
    }
    }

    It is not working.
    Would you have any idea on how to hide the form on mobile view ?

    Thank you and best regards.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hide on mobile’ is closed to new replies.