What's your biggest current challenge? Have your say in Community Polls along the right column.

Re: Header Resizes Briefly When Switching Between Menu Sections

Solved

Header Resizes Briefly When Switching Between Menu Sections

edwinsoltan
Excursionist
44 0 14

Whenever I switch between different sections of my store using the header menu, the menu briefly enlarges before returning to its original size. This resizing happens, for example, when navigating from the main menu to the catalog. It’s quite annoying—can anyone suggest a fix?

 

Note: This issue doesn’t happen every time. It occurs on PC, and since I can’t post a video here, I’m unable to provide visual evidence.

 

STORE https://timecraft.se/en

 

Accepted Solution (1)

Moeed
Shopify Partner
6353 1721 2079

This is an accepted solution.

Hey @edwinsoltan 

 

It seems like you have this code added somewhere in your theme.liquid file, just simply remove this code and add it again below <head> and that should fix the problem.

 

<style>
.header__menu-item {
    font-size: 16px !important;
}
</style>

 

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

 

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Boost Your Sales with Affiliate Marketing - UpPromote: Affiliate & Referral


View solution in original post

Replies 3 (3)
edwinsoltan
Excursionist
44 0 14

Hi, it seems this issue only occurs when switching to the catalog section. The typography doesn’t appear to be the problem, and I’m unsure about the padding. How can I fix this?

Moeed
Shopify Partner
6353 1721 2079

This is an accepted solution.

Hey @edwinsoltan 

 

It seems like you have this code added somewhere in your theme.liquid file, just simply remove this code and add it again below <head> and that should fix the problem.

 

<style>
.header__menu-item {
    font-size: 16px !important;
}
</style>

 

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

 

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Boost Your Sales with Affiliate Marketing - UpPromote: Affiliate & Referral


edwinsoltan
Excursionist
44 0 14

Thank you, this resolved my issue initially, but when I tried pasting it again, the same issue occurred.