New Shopify Certification now available: Liquid Storefronts for Theme Developers

Split Menu in 2 rows

Solved
nadster99
Tourist
12 0 1

How can i split my header menu in two rows?

I'm trying to split my menu one half on the top row and the other half on the center row. I would like it to be centered. I want 4 menu items on top and the other 4 on the bottom.

example.png

 

 

Accepted Solutions (2)
Moeed
Shopify Partner
3051 761 925

This is an accepted solution.

Hey @nadster99 

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>
nav#AccessibleNav {
    max-width: 50%;
    margin-left: 500px;
}
</style>

RESULT:

 

Moeed_0-1692249269532.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 developer? Chat on WhatsApp


- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️

View solution in original post

Moeed
Shopify Partner
3051 761 925

This is an accepted solution.

Hey @nadster99 

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>
nav.header__inline-menu {
    max-width: 70% !important;
}
</style>

RESULT:

Moeed_0-1692250063845.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 developer? Chat on WhatsApp


- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️

View solution in original post

Replies 12 (12)
Dan-From-Ryviu
Shopify Partner
5679 1047 1073

Hi @nadster99 

Please share your store URL

- Helpful? Like and Accept a solution. - Donate: Buy coffee - or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now

nadster99
Tourist
12 0 1

The link is https://01dccc-2.myshopify.com/ I´m using the booster theme but also thinking about using refresh or some default shopify theme

Hardik29418
Shopify Partner
2806 401 1065

Hello @nadster99 

 

Welcome to the Shopify Community.
I read your problem and it seems that I need to analyze your website to provide the solution here.
Would you please share your website URL and if your website is password protected then also provide the password.

nadster99
Tourist
12 0 1

The link is https://01dccc-2.myshopify.com/ I´m using the booster theme but also thinking about using refresh for more simplicity.It doesnt have a password as of now

nadster99
Tourist
12 0 1

The link is https://01dccc-2.myshopify.com/ I´m using the booster theme but also thinking about using refresh.

Moeed
Shopify Partner
3051 761 925

Hey @nadster99 

Could you please provide your Store URL and, if applicable, the Password too? Your cooperation is greatly appreciated!

Best Regards,
Moeed

Need a Shopify developer? Chat on WhatsApp


- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️
nadster99
Tourist
12 0 1

The link is https://01dccc-2.myshopify.com/ I´m using the booster theme but also thinking about using refresh for more simplicity

Moeed
Shopify Partner
3051 761 925

This is an accepted solution.

Hey @nadster99 

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>
nav#AccessibleNav {
    max-width: 50%;
    margin-left: 500px;
}
</style>

RESULT:

 

Moeed_0-1692249269532.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 developer? Chat on WhatsApp


- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️
nadster99
Tourist
12 0 1

Is there a way I can have every item in the bottom algined to the one on top?

Hardik29418
Shopify Partner
2806 401 1065

@nadster99  Please provide Preview URL. The URL which you provided is the Live theme URL which I think you do not want to customize.

Moeed
Shopify Partner
3051 761 925

This is an accepted solution.

Hey @nadster99 

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>
nav.header__inline-menu {
    max-width: 70% !important;
}
</style>

RESULT:

Moeed_0-1692250063845.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 developer? Chat on WhatsApp


- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️