dont know what you mean. Where I have to Watch what exactly?
Further information: We have always used the Paypal Plus Plugin for the last few years. There were no problems with that. The error only occurs in connection with your plugin.
Yes, into the style.css
This code is working on my site (in the first example above was one line missing):
@media (max-width: 767px) {
.popmake-overlay { display:none!important; }
.popmake {display:none !important; }
#popmake {display: none !important;}
}
Try this. It works on my site.
.popmake-overlay {display:none!important;}
.popmake {display:none!important;}