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
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;
}
@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!
Hello! Thank you for your solution! Can you center them from where the orange line is?
Hello! Thank you for your solution! Can you center them from where the orange line is?
1 Like
@kitchencrafted
Replace the code above with this
.mega-menu .mega-menu__list--condensed {
display: flex;
max-width: 100%;
padding-inline: 5rem;
}
@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!
Hi there, I have the same issue but there is no component-mega-menu.css under assets. Where could it be?