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!
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