This is the code that i added in order not to display the second slideshow in desktop
@media (min-width:991px) {
#slideshow-1 {
display: none!important;
}}
But it does not work
This is the code that i added in order not to display the second slideshow in desktop
@media (min-width:991px) {
#slideshow-1 {
display: none!important;
}}
But it does not work