I noticed most people visiting my website don’t click on the menu. It could be because it is too far left.
How to I center it?
Here’s my website link:
I just found a code to center the top level, but it doesn’t work with the page menus.
h1, h2 {
text-align: center;
}
Thx in advance!