Hi @snookie86
The problem on your site is that you put the slider into a container that’s hidden on mobile:
@media (max-width: 767px)
.vc_hidden-xs {
display: none!important;
}
If the container is hidden, the slider can’t be visible either.
Looks like you’re using Visual Composer as your page builder, and based on the codes it seems the column is hidden on mobile. So I suggest checking the column where you put the slider and make sure it’s not hidden on any device.
These might help:
https://themenectar.ticksy.com/article/9164/
https://visualcomposer.com/help/responsive-design/custom-responsiveness-settings/
Ramona, thanks for your help!