Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hello, I am trying to get my menu to be listed below my logo like the FENTY BEAUTY Website. If anyone can help please I would be forever grateful.
Solved! Go to the solution
This is an accepted solution.
@kaone Please follow below steps to move menu below the logo in the trade theme.
.header:not(.header--middle-left, .header--middle-center) .header__inline-menu {
border-top: 2px solid;
width: 100%;
text-align: center;
}
Thank you for reaching out and posting this question!
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community!😊
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
This is an accepted solution.
@kaone Please follow below steps to move menu below the logo in the trade theme.
.header:not(.header--middle-left, .header--middle-center) .header__inline-menu {
border-top: 2px solid;
width: 100%;
text-align: center;
}
It did work now my question is i am using an app to create my mega menu and i dont want to loose that feature because the solution you gave worked only for the default menu.
Oh nevermind it worked the right way. Thank you soo much!