Cody22
1
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.
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
Cody22
5
Didn’t work. How did you get it to look like that in the picture you attached?