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

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
2305 835 907

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;
}

}

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

Replies 8 (8)

BSSCommerce-HDL
Shopify Partner
2305 835 907

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.

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

EFW24
Tourist
8 0 2

I have not posted the website yet

BSSCommerce-HDL
Shopify Partner
2305 835 907

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 😍

 

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

EFW24
Tourist
8 0 2

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

BSSCommerce-HDL
Shopify Partner
2305 835 907

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;
}

}

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

EFW24
Tourist
8 0 2

IT DID!! Thanks alot

i have been searching for hours! 😃

Made4uo-Ribe
Shopify Partner
10211 2427 3079

Hi @EFW24 

Would you mind to share your store URL? Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an 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