Hey,
I would like to know how can I centre my logo and put the menu on the left side ?
Thanks for the help.
Link : https://relentless-clothingz.myshopify.com
Password : cohghozo
Hey,
I would like to know how can I centre my logo and put the menu on the left side ?
Thanks for the help.
Link : https://relentless-clothingz.myshopify.com
Password : cohghozo
Hi @Ulysse1300
.site-header__mobile-nav{display:flex;align-items:center;}
#AccessibleNav{order:-1;}
.site-header__mobile-nav .grid__item{width:100%;}
.site-header__logo img{margin:0 auto;}
It looks good but how can I manage the margin on the left side of the menu ?
Hi @Ulysse1300
.site-nav {
text-align: left;
}