Disable slider on mobile
-
Hi there
Can anyone help me disable the evolve bootstrap slider on mobile phones only? I’ve tried putting the following in ‘edit CSS’
@media screen and (max-width: 790px) {
.flexslider {
display: none;
}
}And also using max-width: 767px.
But it doesn’t work. I’d be grateful for any advice.
Thanks in advance.
Alex
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Disable slider on mobile’ is closed to new replies.