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?
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025