Re: Mega menu texts alignment / Motion Theme

Solved

How can I align texts in my mega menu using the Motion Theme?

julienamoseeds
Tourist
19 0 0

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.

Accepted Solution (1)

Moeed
Shopify Partner
7716 2071 2550

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:

Moeed_0-1693910325734.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


View solution in original post

Replies 2 (2)

Moeed
Shopify Partner
7716 2071 2550

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:

Moeed_0-1693910325734.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


Beae_Cass
Shopify Partner
447 167 187

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>

Beae_Anthony_0-1693910610387.png

 

Best regards,

Anthony

Beae - The NextGen Page Builder


- Was my answer helpful? Please hit Like or Mark it as solution!
- Get in touch with us: App Store | Demo Template