sorry for any issue can you try this code
- Go to Online Store->Theme->Edit code
- Asset->/base.css ->paste below code at the bottom of the file.
.header--middle-left .header__inline-menu {text-align: right;}
Users are seeking to customize the Dawn theme header by moving the navigation menu to the right side while keeping the logo on the left. The default Dawn theme doesn’t offer this customization option natively.
Primary Solution (Desktop):
Add CSS code to base.css file:
.header--middle-left .header__inline-menu {text-align: right;}@media screen and (min-width: 990px) {.header--middle-left {grid-template-columns: 1fr !important;}}Mobile Version Solution:
For moving the hamburger menu icon to the right on mobile devices, a different CSS snippet is required that modifies grid template areas and header-drawer positioning.
Key Points:
Status: Ongoing support thread with working solutions provided for various Dawn theme versions and device types.
sorry for any issue can you try this code
.header--middle-left .header__inline-menu {text-align: right;}