Shopify themes, liquid, logos, and UX
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
How I want it to look: https://mrabshow.com
Solved! Go to the solution
This is an accepted solution.
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;
}
This is an accepted solution.
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!
This is an accepted solution.
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;
}
Hello! Thank you for your solution! Can you center them from where the orange line is?
@kitchencrafted
Replace the code above with this
.mega-menu .mega-menu__list--condensed {
display: flex;
max-width: 100%;
padding-inline: 5rem;
}
Thank you so much! 🤗
Hi there, I have the same issue but there is no component-mega-menu.css under assets. Where could it be?
This is an accepted solution.
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!
Hello! Thank you for your solution! Can you center them from where the orange line is?
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!
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025