I am not able to comment below your question due to fewer reps, so mentioning my observation here.
@media ( max-width : 968px) {
#sidebar.active {
margin-left: 0;
transform: none;
}
}
The above lines are commented in your CSS file inside the media query. Can you remove the comments and check?