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

4 days later

Hi

I added this custom css:

@media (max-width: 576px){
  .t4-header .t4-navbar.d-flex.align-items-center {
    flex-basis: inherit;
  }
}

Kindly check.

Write a Reply...
You need to Login to view replies.