Responsiveness Problem
-
Hello,
I have noticed that you are forcing
display: blockfor you notifications on mobile devices. I can see this code snippet is added inline and I can’t override it because you use the!important:@media (max-width: 767px){
#salertWrapper { display: block !important;}
}The problem actually appears after the first notification is displayed to the website visitor and then hid. While there is no content displayed, but a hidden layer is still floating over the page preventing any touches or selections beneath it.
Please fix ASAP
Thank you
The topic ‘Responsiveness Problem’ is closed to new replies.