Why are my header icons shrinking on page load?

Solved

Why are my header icons shrinking on page load?

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
9668 1936 1971

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 solution! Support me! Buy me coffee
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Ryviu: Aliexpress Reviews - AliExpress Reviews Importer, one-click import aliexpress reviews, export reviews to CSV file.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

View solution in original post

Replies 4 (4)

Dan-From-Ryviu
Shopify Partner
9668 1936 1971

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 solution! Support me! Buy me coffee
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Ryviu: Aliexpress Reviews - AliExpress Reviews Importer, one-click import aliexpress reviews, export reviews to CSV file.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. 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
9668 1936 1971

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 solution! Support me! Buy me coffee
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Ryviu: Aliexpress Reviews - AliExpress Reviews Importer, one-click import aliexpress reviews, export reviews to CSV file.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. 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.