Hi Ariba,
I used the time and take this custum css insight all template for each language.
The cache is clean.
Now I have at the german and english site a correct offcanvas menu.
But at one language it is still not worrking.
https://fachuebersetzer-englisch.de/pt/
This is the css custum code... .
.gradient-text {
background: -webkit-linear-gradient(90deg, #0101DF, #DF0101 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.offcanvas-menu .offcanvas-inner ul.menu > li > span ul li > span {
display: block;
font-size: 18px;
padding: 10px 0px;
position: relative;
line-height: 18px;
opacity: 0.7;
transition: 0.3s;
}
body.ltr .offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > .nav-header > .menu-toggler {
right: 0px;
}