Move menu to right side of screen Dawn theme

Need to move the header menu of my store to the right hand side. I’ve tired multiple different css codes and can’t figure it out. Please help.

  • on mobile version menu is on right side but extremely close to cart icon and also still opens up from the left.

  • on full screen view menu is still on left side.

see images

Hello,

Try this.

Assets > base.css.

At the bottom of the file copy and paste this code:

.header__icons {
  margin-right: 20px;
}

Result:

Hope this helps,

Hello @Cody22 ,

You can try to follow these steps:

Go to Online Store → Themes → Actions → Edit code

Go to Assets folder → base.css file → add this following code at the bottom of page

.header-menu {
  margin-left: auto;
}

Save and preview

Hope this can help.

Transcy

1 Like

Didn’t do anything

Didn’t work. How did you get it to look like that in the picture you attached?