Hi there!
How do I move the Menu to the left instead of being stacked?
I can’t find the option, can you help me?
Website: https://plenitudvital.es/
Thanks!
Hi there!
How do I move the Menu to the left instead of being stacked?
I can’t find the option, can you help me?
Website: https://plenitudvital.es/
Thanks!
Hi @kingdom2
Try this one.
From your Shopify admin dashboard, click on “Online Store” and then “Themes”
Find the theme that you want to edit and click on “Actions” and then “Edit code”.
In the “theme. Liquid” file. Find the tag and paste the code below before the tag.
@media screen and (min-width: 990px) {
.header--top-center {
grid-template-areas:
"navigation heading icons";
}
.header--top-center .header__inline-menu {
justify-self: left;
}
}
And Save.
Result:
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
Thanks @Made4uo-Ribe , small remark the code goes in base.css
Oh, sorry forgot to add the tag.
Welcome! Would you mind hitting ‘like’ as well? Thanks!
How do you add it all together