How to hide slideshow navigation in responsive designs


Author Message
Andromeda

Posted: 12/2/2015
Quote message 

Hey, the slideshow itself doesn't appear in the reponsive view but the navigation bar does. How do I hide the navigation bar?

Best regards
 
Andromeda

Posted: 12/2/2015
Quote message 

Answer lasts to long so I solved the problem by myself. Here's the solution

@media screen and (max-width: 1000px) {
.art-slidenavigator, .art-slidenavigatorheader{
display:none;
}
}

You can use other numbers like 1000 or min to adjust the code for your needs

Best regards