Disable VC parallax on small screens (mobile devices) via CSS
@media (max-width: 1024px) {
.vc_parallax .vc_parallax-inner {
top: 0 !important;
height: 100% !important;
width: 100% !important;
}
}
Learn how to add custom CSS to your site.
@media (max-width: 1024px) {
.vc_parallax .vc_parallax-inner {
top: 0 !important;
height: 100% !important;
width: 100% !important;
}
}