Good morning, is it possible to have the navbar toggler aligned to the left on mobile without affecting the center alignment on laptops?
many thanks in advance,
Mark
Align navbar toggle to left on mobile
4 days later
Appreciate a response here please
Urgent now please!
- Edited
Hi
I added this custom css:
@media (max-width: 576px){
.t4-header .t4-navbar.d-flex.align-items-center {
flex-basis: inherit;
}
}
Kindly check.
Brilliant, thank you.
You're so welcome