Hello,
Apologies about the Inconveniences!
This appears to be a minor bug in the code. Please find the following code in the style.css File:
.side-push-panel.side-panel-open.stretched.device-xl .slider-inner,
.side-push-panel.side-panel-open.stretched.device-lg .slider-inner { left: -300px; }
and replace it with:
@media (min-width: 992px) {
.side-push-panel.side-panel-open.stretched .slider-parallax .slider-inner {
left: -300px;
}
}
This will definitely work fine. We will fix this shortly in an update. Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.