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

Mega Menu wrapping

Solved

Mega Menu wrapping

Ravenwoodstore
Excursionist
16 0 7

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:

Ravenwoodstore_0-1750161816175.png

 

Thanks all! 

Accepted Solution (1)

Rahul_dhiman
Shopify Partner
856 168 186

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
47.png


If this was helpful, hit the like button and accept the solution.
Thanks

Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront

Contact here


BEST CUSTOMER ACCOUNTS APP WITH CUSTOM WISHLIST OPTION 
TRY OUR APP :

PWC: Customer Accounts & Pages

View solution in original post

Replies 3 (3)

Rahul_dhiman
Shopify Partner
856 168 186

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
47.png


If this was helpful, hit the like button and accept the solution.
Thanks

Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront

Contact here


BEST CUSTOMER ACCOUNTS APP WITH CUSTOM WISHLIST OPTION 
TRY OUR APP :

PWC: Customer Accounts & Pages

Ravenwoodstore
Excursionist
16 0 7

Thank you very much 🙂 

Rahul_dhiman
Shopify Partner
856 168 186

Happy to help you

Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront

Contact here


BEST CUSTOMER ACCOUNTS APP WITH CUSTOM WISHLIST OPTION 
TRY OUR APP :

PWC: Customer Accounts & Pages