My off-canvas menu on mobile is too large. I do not have the possibility to access the drop-down list. I need to make the off-canvas menu less wide to see the icon to open the drop-down. Thanks for support.
Hi @pmatile
I have checked, and the offcanvas on mobile is still working fine. Can you share a screenshot of the issue you're experiencing?
Yes just that the dropdown icon is too much on the right side. I cannot see it on my phone. I would need it on the left side or closer to the left margin. Thanks
You can try with this custom css rule:
.t4-offcanvas .t4-off-canvas-body .navbar .btn-toggle { right: 40px !important; }
and adjust the value to suit your need.