Off canvas menu shows but doesnt do anything when clicked. I have the menu module published correctly and the theme setup to show the off camvas.
My site is Joomla 4
sleeper99 Hi It could be conflict with an extension on your site Kindly edit fields in first post and submit a temp super user login for staff:
Ninja
This has been done, please advise what you find. Thank you
sleeper99 Hi use this code in custom css
#t4-header .t4-header-wrap .t4-navbar-wrap { z-index: 99; }
Thank you - all working now.
How do I get the off canvas to appear on the right? At the moment it appears on the left when clicked.
sleeper99 Hi For this you have to move the off canvas code into left side of logo from layout setting > edit header > edit code to copy and move place. Now add this code in custom css
.t4-offcanvas-toggle {float:left;}