Hello!
I need help to customize my header on Dawn Theme.
This is my header and what I need is to move the Menu (RED) to the left, aside to the Account button.
I want something like this:
This is the link:
Thank You!
A user seeks help customizing the Dawn theme header to relocate the navigation menu from its current center position to the left side, next to the Account button.
Current Issue:
Proposed Solution:
display: flex and justify-content: space-between)Status: The discussion remains open, as the CSS solution offered doesn’t completely meet the original requirement of moving the menu all the way to the left.
Hello!
I need help to customize my header on Dawn Theme.
This is my header and what I need is to move the Menu (RED) to the left, aside to the Account button.
I want something like this:
This is the link:
Thank You!
I wasn’t able to get it to move all the way to the right, but I was able to center it with just CSS:
header.header.header--middle-left.header--mobile-center.page-width.header--has-menu.header--has-account {
display: flex;
justify-content: space-between;
}