Shopify themes, liquid, logos, and UX
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
1. 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
1. 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:
1. Go to your Store > Theme > click to edit code.
2. find this file " theme.liquid" and open.
3. Paste the code at the before end of the </body>.
<style>
.header-wrapper .header {
justify-content: space-between;
display: flex;
}
</style>
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.
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024