Open nidzo80 opened 7 months ago
Seeing your code it should be center. Something is pushing the logo on the left. My guess is one of the 2 menus icons on each side are taking more or less space.
I found that ms-4 class adds margin-left:1.5rem!important; to
d-flex ms-4 offcanvas-button offcanvasRight
I noticed on last two sites I started to build that mobile logo is not centered. I use Astroid Template Two. It is about 20px away from center. I usually add margin value.
.astroid-logo > .astroid-logo-mobile { margin-left: 20px; }