Zest Theme - Header Navigation Decrease Font Size To Fit In One Line

Zest Theme - Header Navigation Decrease Font Size To Fit In One Line

wafasymcom
Shopify Partner
2 0 2

Hey there,

 

I would like some help with decreasing the font size of all the menu items in my main menu navigation of the header in the Zest theme. 

 

Currently, I have two rows of menu items (see screenshot below attached), however, I'd like it all to fit in one row -- so it's all symmetrical. Could someone please help me with this?

 

Here is the link to my storefront: https://hoffmanboots.myshopify.com/

 

wafasymcom_1-1747677063790.png

 

 

Replies 6 (6)

StevenT_A7
Explorer
161 13 17

Hi @wafasymcom ,

 

Use the following code in .css file to decrease the font size of menu:

.header__inline-menu .list-menu__item

{
font-size: 14px;   (You can try 13px or 12px if needed)
padding: 0 10px;  (Optional: reduce horizontal spacing)
}

 

If issue doesn't resolve , use following code to reduce the size of logo:

.header__heading-logo

{
max-width: 120px;  (Or reduce more if needed)
}

 

and 

 

make container wider with this code:

.header__wrapper

{
max-width: 100%;  (Instead of 1200px or similar)
padding-left: 20px;
padding-right: 20px;
}

 

Try this and let me know .

Thanks 

Steven Taylor
302-260-8345
wafasymcom
Shopify Partner
2 0 2

Hey @Steve ,

 

Thanks for helping me out with this!

I tried both the first and second options and still couldn't get it all to fit.

 

Is this in the theme code under "theme.css" or "footer.css"? Also, do I paste this at the bottom of the code, or is there a specific place I should paste the code?

 

Best,

Wafa

Laza_Binaery
Shopify Partner
517 85 146

Hi @wafasymcom 

 

Welcome to the community.

 

For your issue, I do not think that the solution is to decrease the font. I tried to set it to 12px, and it is still too cramped.

So think you should try to re-organise menu a bit. Note that I think some time ago I read that the maximum number of menu items should be 7 but less is better. You have 13 and that is too many for a customer, too much options and not grouped in some way.  Also, think of different screen sizes, on medium /small it will for sure go to 2 rows.

 

 

 

Kind regards
Laza
www.binaery.com

dmwwebartisan
Shopify Partner
12376 2559 3749

@wafasymcom 

You can add this code at the bottom of your css file.

.f-site-nav__link{
font-size: 11px;
}
.flex-wrap{
flex-rap: nowrap !important;
}

dmwwebartisan_0-1747719287583.png

 

Hope this helps.

 

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
PageFly App to customize your pages | The most powerful Shopify page builder app

Rahul_dhiman
Shopify Partner
855 168 186

Hello @wafasymcom 
Go to online store ----> themes ----> actions ----> edit code ----> base.css
add this code at the end of the file and save.

ul.f-site-nav__list.flex.flex-wrap.h-full.list-none {
flex-wrap: nowrap !important;
font-size: 9px !important;
}

result
2.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

Dan-From-Ryviu
Shopify Partner
12018 2348 2527

Hi @wafasymcom 

You can try to add this code to Custom CSS in Sales channels > Online Store > Themes > Customize > Theme settings 

@media (min-width: 1024px) {
    html .site-header--design-1 .site-header__center {
        flex: 8;
    }
    html .site-header--design-1 .f-site-nav__link {
        padding: 0rem 4px;
        font-size: 12px;
    }
}

Screenshot 2025-05-20 at 14.49.10.png

 

- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.