I am currently working with a bootstrap4 navbar and I have placed the navbar toggler icon on the left side. However, when fixing an image at center using mx-auto, the image is not centered throughout the entire navbar.
Although the image takes center after the toggler icon, my goal is to have the image centered for the entire navigation bar while keeping the toggler icon on the left side.
How can I achieve this?
<a class="float-left">
<span class="navbar-toggler-icon">
</span>
</a>
<img src="logo.png" class="mx-auto"/>