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
Hi guys,
store: ravenwood.store
pass: moths
I can't seem to find how to make all of my tabs on the same line. For instance, 'meet the makers' is on line 2, but I want all of the store drop downs on the mega menu to be on one line.
Here is what I want to show:
Thanks all!
Solved! Go to the solution
This is an accepted solution.
Hello @Ravenwoodstore
Go to online store ----> themes ----> actions ----> edit code ----> base.css
add this code at the end of the file and save.
@media screen and (min-width: 990px) {
.header--top-center .header__inline-menu>.list-menu--inline {
margin-left: -7rem !important;
}
}
result
If this was helpful, hit the like button and accept the solution.
Thanks
This is an accepted solution.
Hello @Ravenwoodstore
Go to online store ----> themes ----> actions ----> edit code ----> base.css
add this code at the end of the file and save.
@media screen and (min-width: 990px) {
.header--top-center .header__inline-menu>.list-menu--inline {
margin-left: -7rem !important;
}
}
result
If this was helpful, hit the like button and accept the solution.
Thanks
Thank you very much 🙂
Happy to help you