New Shopify Certification now available: Liquid Storefronts for Theme Developers

Why Are My Header Icons Minimizing?

Solved
cofolucian
Tourist
6 0 1

For some reason our header icons are now minimizing to be extremely small when the page gets fully loaded. Historically these icons stay a lot larger. Here is a video of me refreshing the our home page, and for a brief second you will see the original, historical icon size at first and then the awkward minimization happens and stays permanently. This is especially apparent on mobile. Desktop also does thing but weirdly only minimizes the "Search" icon.

I tried changing the size of our Header logo. It did nothing.

Any support is greatly appreciated!

Accepted Solution (1)
Dan-From-Ryviu
Shopify Partner
5626 1036 1064

This is an accepted solution.

Hi @cofolucian 

You can add this CSS code at the bottom of our theme.scss.liquid file to solve your issue 

@media only screen and (max-width: 749px) {
.site-header__icons {
    width: 100% !important;
}
}

Screenshot 2023-09-08 at 11.22.33.png

- Helpful? Like and Accept a solution. - Donate: Buy coffee - or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now

View solution in original post

Replies 4 (4)
Dan-From-Ryviu
Shopify Partner
5626 1036 1064

Hi @cofolucian 

You can try to reduce size of logo on mobile and check again or please share your store URL to check

- Helpful? Like and Accept a solution. - Donate: Buy coffee - or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now

cofolucian
Tourist
6 0 1

Hi! Thank you for your response.

This was the first thing I tried and it did not do anything. I thought it may be a responsive design thing but it seeming more like some kind of glitch.

I just halved the logo size to 100px (pretty small) if you'd like to see:

communityfoodscapes.org

Dan-From-Ryviu
Shopify Partner
5626 1036 1064

This is an accepted solution.

Hi @cofolucian 

You can add this CSS code at the bottom of our theme.scss.liquid file to solve your issue 

@media only screen and (max-width: 749px) {
.site-header__icons {
    width: 100% !important;
}
}

Screenshot 2023-09-08 at 11.22.33.png

- Helpful? Like and Accept a solution. - Donate: Buy coffee - or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now

cofolucian
Tourist
6 0 1

Awesome! That seemed to fix the problem on mobile. Thank you so much! You are very responsive. You'll see on desktop the search icon still minimizes. This is not as apparent as when the mobile header icons were minimizing so I am not as concerned.

I am also curious as to why this suddenly would start occurring? We have never had this minimization problem before.