Shopify themes, liquid, logos, and UX
Hello! Can anyone help me ? I want to center my menu on the same line that my logo is placed ( i chose the centered to the left option for the logo) but it automatically also drags the menu to the left and I need the logo in the center...
Hello @EvaMtz ,
You can follow these steps:
1. Go to Online Store->Theme->Edit code
2. Open your theme.liquid file, paste the below code before </body>
<style>
@media (min-width: 1024px ) {
.header {
display: flex;
justify-content: space-between;
}
.header .header__inline-menu {
margin-top: 0px !important;
}
}
</style>
I hope the above is useful to you.
Kind & Best regards,
GemPages Support Team
Worked like a charm!
At first, this was the first post where I was almost there. Unfortunalety, my Logo is not centered. But the menu is on the left side, finally.
Do you have a solution?
By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024