How can I alter the shape of my website's navigation menu?

Solved

How can I alter the shape of my website's navigation menu?

kitchencrafted
Explorer
113 0 23

Hello! How can I change the navigation menu shape on my website? Here's a link to my website & picture on how I want it to be. 

Thank you in advance! 

My navigation menu: https://prestigestraps.com / password: asd321

navigationps.jpg

How I want it to look: https://mrabshow.com

navigationab.jpg

Accepted Solutions (2)

Michael_Pink
Shopify Partner
450 77 107

This is an accepted solution.

hi @kitchencrafted 

You can try follow this path:
Themes => edit code => asset => component-mega-menu.css
and add this code to bottom of the file component-mega-menu.css

.mega-menu .mega-menu__list--condensed{
display: flex;
}

 

My life is sharing!
I hope my solution can help you save at least 1$
Build Page faster with: PageFly PageBuilder App.

shopify.expert.team@gmail.com

View solution in original post

dmwwebartisan
Shopify Partner
12366 2558 3743

This is an accepted solution.

@kitchencrafted 

Please add the following CSS code to your assets/component-mega-menu.css bottom of the file.

.mega-menu .mega-menu__list--condensed {display: flex !important;}

Thanks!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
PageFly App to customize your pages | The most powerful Shopify page builder app

View solution in original post

Replies 8 (8)

Michael_Pink
Shopify Partner
450 77 107

This is an accepted solution.

hi @kitchencrafted 

You can try follow this path:
Themes => edit code => asset => component-mega-menu.css
and add this code to bottom of the file component-mega-menu.css

.mega-menu .mega-menu__list--condensed{
display: flex;
}

 

My life is sharing!
I hope my solution can help you save at least 1$
Build Page faster with: PageFly PageBuilder App.

shopify.expert.team@gmail.com
kitchencrafted
Explorer
113 0 23

Hello! Thank you for your solution! Can you center them from where the orange line is?

Screenshot_5.jpg

Michael_Pink
Shopify Partner
450 77 107

@kitchencrafted 
Replace the code above with this

.mega-menu .mega-menu__list--condensed {
  display: flex;
  max-width: 100%;
  padding-inline: 5rem;
}
My life is sharing!
I hope my solution can help you save at least 1$
Build Page faster with: PageFly PageBuilder App.

shopify.expert.team@gmail.com
kitchencrafted
Explorer
113 0 23

Thank  you so much! 🤗

LucyBen
Visitor
1 0 0

Hi there, I have the same issue but there is no component-mega-menu.css under assets. Where could it be?

dmwwebartisan
Shopify Partner
12366 2558 3743

This is an accepted solution.

@kitchencrafted 

Please add the following CSS code to your assets/component-mega-menu.css bottom of the file.

.mega-menu .mega-menu__list--condensed {display: flex !important;}

Thanks!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
PageFly App to customize your pages | The most powerful Shopify page builder app
kitchencrafted
Explorer
113 0 23

Hello! Thank you for your solution! Can you center them from where the orange line is?

Screenshot_5.jpg

dmwwebartisan
Shopify Partner
12366 2558 3743

@kitchencrafted 

Please add the following CSS code to your assets/component-mega-menu.css bottom of the file.

.mega-menu__content .page-width {margin: 0 0 0 20px !important;}

Thanks!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
PageFly App to customize your pages | The most powerful Shopify page builder app