Hello, I'd like to have the navbar toggler ("burger menu") on tablet- or smartphone view on the right side of my website. However I couldn't find a setting for this in the configuration. There is only a button to move the offcanvas menu.
Please, can you give me a hint?
Thanks a lot!
How to move the T4 navbar toggler to right side
Hi
You can customize CSS a bit. For example on our demo site, it's using header-2:
.t4b-header.t4b-header-2 .header-wrap .navbar-toggler {
float: right;
color: #fff;
}
you can set it to float: left; and of course, you will have to customize style for the logo on the left also.
Regards