The off-canvas menu expands upwards and downwards when opening submenus, often making the top menu-items disappear off-screen. How does one make the menu open downwards only?
Hi @cemsdb
You can add the following style code:
.offcanvas-cw div.t4-offcanvas .t4-off-canvas-body { justify-content: flex-start; }
Regards,
phinb Thank you Phinb, that worked great!