Shopify themes, liquid, logos, and UX
Hi,
I'm trying to left-align all texts in my mega menu (sections and sub-section)
i can't find where to add the parameter
any ideas?
site here: https://y8n8dtlfbn8h4x74-56925618219.shopifypreview.com
thanks.
Solved! Go to the solution
This is an accepted solution.
Hey @julienamoseeds
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag
<style>
span.megamenu__link-label {
margin-left: -30px;
}
</style>
RESULT:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
This is an accepted solution.
Hey @julienamoseeds
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag
<style>
span.megamenu__link-label {
margin-left: -30px;
}
</style>
RESULT:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hi @julienamoseeds ,
This is Anthony from Beae Landing Page Builder, and I’m happy to assist you today.
While I acknowledge that this issue falls short of the desired outcome, I have an idea that I believe might be of help:
1. Go to Online Store -> Theme -> Edit code
2. Open your theme.liquid file
3. Paste below code before </body>:
<style>
.header-item.header-item--navigation,
.site-nav__dropdown-link>div,
.megamenu__col-title a{
justify-content: center;
}
.megamenu__col-title a {
padding: unset;
}
</style>
Best regards,
Anthony
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