Shopify themes, liquid, logos, and UX
Hello,
Refresh theme user here.
Can you advise how can I align 2 bottom submenu's to the left, rather than in the center? Looks ugly like this.
Thank you
Solved! Go to the solution
This is an accepted solution.
Hi @Kyle_Poieo-Dev 2nd solution didn't work.
1st did work, but rather deleting, changed to left:
.header--top-center .mega-menu__list {
display: flex;
justify-content: left;
flex-wrap: wrap;
column-gap: 0;
}
Give us the URL.. It appears to be a flexbox with justify-content: "center" and you'd want it to be justify-content: "flex-start". Tough to say without the URL handy! 🙂
Hi @Voldiep
Check this one.
Is changing theme code something you're comfortable with? Looks llike your .header--top-center .mega-menu__list {} has justify-content: 'center'. If you remove that from your css it will fix the issue.
Or a less elegant approach would be to,
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 </body> tag and paste the code below before the tag.
<style>
.header--top-center .mega-menu__list {
justify-content: none
}
</style>
This is an accepted solution.
Hi @Kyle_Poieo-Dev 2nd solution didn't work.
1st did work, but rather deleting, changed to left:
.header--top-center .mega-menu__list {
display: flex;
justify-content: left;
flex-wrap: wrap;
column-gap: 0;
}
This is Noah from PageFly - Shopify Page Builder App
Hi @Voldiep I can help you. Please can you provide the password website url. Thank you.
Best regards,
Noah | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
PageFly - #1 Page Builder for Shopify merchants.
All features are available from Free plan. Live Chat Support is available 24/7.
Oh , Looks like you have fixed this issue already. Have a good day.
Please let me know if it works by giving it a Like or marking it as a solution!
PageFly - #1 Page Builder for Shopify merchants.
All features are available from Free plan. Live Chat Support is available 24/7.
Learn 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, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025