How can I center my logo and position the menu on the left with Debut theme?

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

  1. Go to Online Store->Themes->Edit code
  2. Asset->/theme.css->paste below code at the bottom of the file.
.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;}
1 Like

It looks good but how can I manage the margin on the left side of the menu ?

Hi @Ulysse1300

.site-nav {
    text-align: left;
}