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:
[ch_pre type="css"].side-push-panel.side-panel-open.stretched.device-xl .slider-inner,
.side-push-panel.side-panel-open.stretched.device-lg .slider-inner { left: -300px; }[/ch_pre]
and replace it with:
[ch_pre type="css"]@media (min-width: 992px) {
.side-push-panel.side-panel-open.stretched .slider-parallax .slider-inner {
left: -300px;
}
}[/ch_pre]
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.