How do I move my menu into the centre, it looks weird and uneven now.
Hallo @shyannscottage
You can add code by following these steps to change
- Go to Online Store → Theme → Edit code > assets > base.css
paste below code at bottom
header.header.header--middle-left.header--mobile-center.page-width.header--has-menu {
display: flex !important;
justify-content: space-between !important;
}
If you require any further information, feel free to contact me.
Best regards,
give me your shop url
Hello @shyannscottage
Could you please share your store url ( with pass if your store password is enabled ) or the theme you are using then I can see and suggest something for you?
Best regards,
GemPages Support Team
Hallo @shyannscottage
You can add code by following these steps to change
- Go to Online Store → Theme → Edit code > assets > base.css
paste below code at bottom
header.header.header--middle-left.header--mobile-center.page-width.header--has-menu {
display: flex !important;
justify-content: space-between !important;
}
If you require any further information, feel free to contact me.
Best regards,
hello @shyannscottage
Step 01:
- Go to your Store > Theme > click to edit code.
- find this file " theme.liquid" and open.
- Paste the code at the before end of the .
this idea helps you
Hi @shyannscottage ,
If you want to center the header menu, try this tutorial. I hope it will be helpful to you.
Thanks!