Reduce gap between menu items column no stacking

Solved

Reduce gap between menu items column no stacking

EFW24
Tourist
8 0 2

I want to reduce the gap between the menu items. I have tried adding multiple quotes at the base.CSS file but nothing changes. This is a custom theme that I bought.

 

I also want to add more than five menu items but it’s getting stackedIMG_3688.jpeg

 

kindly help

Accepted Solution (1)
BSSCommerce-HDL
Shopify Partner
1915 669 796

This is an accepted solution.

Oh sorry, pls try again with this code: 

@media only screen and (min-width: 990px) {
.list-menu--inline {
    display: inline-flex;
    flex-wrap: nowrap !important;
}

.header__menu-item {
   padding: 1.2rem 13px !important;
}

}

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .


B2B Solution & Custom Pricing | Product Labels by BSS


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency

View solution in original post

Replies 8 (8)

BSSCommerce-HDL
Shopify Partner
1915 669 796

Hi @EFW24 , 
Can you kindly share your store link (with the password, if any) with us? We will check it and suggest you a solution if possible.

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .


B2B Solution & Custom Pricing | Product Labels by BSS


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency
EFW24
Tourist
8 0 2

I have not posted the website yet

BSSCommerce-HDL
Shopify Partner
1915 669 796

Hi @EFW24 ,

You can try this code by following these steps:

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

BSSTechVenture_2-1715962337130.png

 

Step 2: Search file base.css,  theme.css or styles.css

BSSTechVenture_3-1715962344386.png

 

Step 3: Insert the below code at the bottom of the file -> Save

 

@media only screen and (max-width: 990px) {
.list-menu--inline {
    display: inline-flex;
    flex-wrap: nowrap !important;
}

.header__menu-item {
   padding: 1.2rem 13px !important;
}

}

 

 

Here is result: 

BSSTechVenture_0-1715962234706.png

 

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

 

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .


B2B Solution & Custom Pricing | Product Labels by BSS


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency
EFW24
Tourist
8 0 2

It’s still not working on my end for some reason

BSSCommerce-HDL
Shopify Partner
1915 669 796

This is an accepted solution.

Oh sorry, pls try again with this code: 

@media only screen and (min-width: 990px) {
.list-menu--inline {
    display: inline-flex;
    flex-wrap: nowrap !important;
}

.header__menu-item {
   padding: 1.2rem 13px !important;
}

}

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .


B2B Solution & Custom Pricing | Product Labels by BSS


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency
EFW24
Tourist
8 0 2

IT DID!! Thanks alot

i have been searching for hours! 😃

Made4uo-Ribe
Shopify Partner
7617 1833 2245

Hi @EFW24 

Would you mind to share your store URL? Thanks!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
EFW24
Tourist
8 0 2

I haven’t posted it yet here is the preview link

https://803qibe4pl17tb13-86892249381.shopifypreview.com

 

I am facing problem in the menu of the desktop version