How can I center the navigation bar of my Blogger blog? It’s currently on the left, but I want it centered. template
I tried putting
text-align:center;} and align-items:center;} almost everywhere in the navigation menu code, also but nothing happens…
2
Answers
Try like this:
On your
<div class="menuIn">
element you could add the following styles to center the menu.