I really like the "Drilldown"Sub Menu Effect in the offcanvas menu, but somehow the entries are limited to 4. Is it possible to show all the entries in stead off 4 entries?
robderuiter Hi Your site is in Offline mode. Can you put it online so i can check it.
See my email
Hi Add this code in custom css it will add scroll option for more items
.t4-offcanvas .t4-off-canvas-body .navbar.drilldown-effect { overflow-y: scroll; }