Forums
(@shriish)
9 years, 3 months ago
@odeg3000 Yes you can disable popup in mobile by using simple CSS Media query add css to your style.css given bellow
@media (max-width: 600px) { .sticky-popup .popup-header { display: none; }