A while ago i wanted to center align my header menu as it was a bit off center
So i have applied some code from recommendations here
However I want now for the header menu to be as it was giving me the ability to ave it left aligned, as what’s needed just now
When I choose for the header menu to be aligned middle left it doesn’t actually move from centered alignment
How can I correct this please and get it back to default?
Many thanks
Hello @nvisibl1
can you share URL?
Hello @nvisibl1
You can add code by following these steps to change ATC background color
-
Go to Online Store → Theme → Edit code.
-
Open your theme.liquid file
-
Paste the below code before on theme.liquid
.header {
display: flex !important;
justify-content: space-between;
align-items: center;
}
Thank you - this thread relates to Menu Alignment
Hello @nvisibl1
Yes
my solution worked then please do like and accept solution.
Thanks
It didn’t work
For the cart I wish for it to be reverted back to the original, instead of this current SVG file
@nvisibl1
There is a header.liquid file in which there is a separate code for the entire header menu, so if I have applied simple CSS in it, it will work only for the header.