Can anyone help me center the nav menu on my site so it looks like the attached? Just want the nav menu to be centered.
Thanks.
Site url is: https://historyamerica.myshopify.com/
password: frotho
Can anyone help me center the nav menu on my site so it looks like the attached? Just want the nav menu to be centered.
Thanks.
Site url is: https://historyamerica.myshopify.com/
password: frotho
Hello LaDolce,
you’ve got a wonderful shop! Let me answer your question:
.site-nav {
display: flex;
justify-content: center;
align-items: center;
}
I’ve recorded a video to make it clear:
https://www.youtube.com/watch?v=HD7tM6-FXpQ
Cheers!