How can I center the header menu in Dawn without moving the logo?

Hi, I would like to put the header menu center without moving my logo on the top left. I tried various solutions but none worked for an exact central alignment. Btw I’m using the dawn design. Can someone help me please?

@fedethrft can you please share your website link?

Hi @fedethrft ,

Please share your store URL and if your store is password protected then please provide password too.

So that we can help you.

Thank you.

Hi, thanks for the reply! My shop is thrft.shop

@fedethrft - do you want like this?

Hi, I would like it to be exactly under “Life of clothes are never lost”. Thanks

Hi @fedethrft ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css->paste below code at the bottom of the file:
@media (min-width: 990px) {
    .header--middle-left {
        grid-template-areas: "heading navigation navigation icons" !important;
    }
    .header__icons {
        width: 207px !important;
        justify-content: end !important;
    }
    .list-menu--inline {
        display: flex !important;
        justify-content: center !important;
    }
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

Yes, thanks for your help!