Thank’s, but this is not working.
I put the css code in the “General settings – Quick CSS”.
COPY CODE
.offcanvas-type-default .offcanvas-sidebar {
background: #ffffff;
}
.offcanvas-sidebar {
width: 400px;
}
offcanvas-right.offcanvas-type-default .offcanvas-sidebar, .offcanvas-right.offcanvas-type-overlay .offcanvas-sidebar {
-webkit-transform: translate(400px,0);
transform: translate(400px,0);
}
ul.offcanvas-menu {
display: none;
}
But now the menu is always visible with the new width, but without to press the button to open the sidemenu.
If you press the button now for open/close the sidemenu – the sidemenu moves with the old width.
thank’s!