accessvirus Hi. I'm afraid this was prepared for a fixed width. You may play with the values in classes:
.off-canvas-effect-4.off-canvas-open .t3-wrapper,
.off-canvas-effect-4.off-canvas-open .t3-mainnav-android {
transform: translate3d(250px,0,0);
}
.t3-off-canvas {
width: 100px;
}
for the different screen sizes, but this would have to set in px, so only for specific widths with a css like:
@media only screen and (max-width:479px) {
}
etc