Fix the header menu button on the right, but keep the logo on the left side in Dawn theme

Hey guys, I have an issue with moving the menu button to the right side of the header, but keeping the logo on the left. One time I tried a suggestion from another user and copy pasted the base.css code on the bottom, but then the logo moved together with the menu button. below is the link to my website with the access password. Please reach out to me so I can give access to my codes to fix the issue. Thank u in advance!

https://h2h4s6-ck.myshopify.com/

password: yahldu

Hi @Desss ,

Please go to Actions > Edit code > Assets > base.css file and paste this at the bottom of the file:

.header.header--middle-left {
    grid-template-areas: 'heading navigation icons';
}
header-drawer {
    justify-self: end;
}

Hey @namphan , unfortunately this does not work, maybe I can send u the access so u could look through my codes, cause I changed there some things that may affect why ur solution did not work.

Hi @Desss ,

Sure, please send me the collaborator code in private message, I will send you the invitation and check it

Hi @Desss ,

Please follow these steps:

  • Step 1: Remove code here:

  • Step 2: Add code here: