[ad_1]
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]
