"Account" icon is not visible on smartphone

Solved
Marco211
Explorer
62 0 16

Good morning, do you happen to know why I can't see the "account" icon in the header on a smartphone? I can view it on desktop but not on smartphone.
Thanks so much everyone for the replies

 

https://refade-8966.myshopify.com/

password: refade

Accepted Solution (1)
Dan-From-Ryviu
Shopify Partner
5570 1021 1053

This is an accepted solution.

Hi @Marco211 

Please add this code at the bottom of your base.css file to make that icon appear.

@media (max-width: 767px)
.header__icon:not(.header__icon--summary), .header__icon span {
    display: flex !important;
    height: 3.4rem !important;
    width: 3.4rem !important;
}
}

Screenshot_4.jpg

- 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 2 (2)
Dan-From-Ryviu
Shopify Partner
5570 1021 1053

This is an accepted solution.

Hi @Marco211 

Please add this code at the bottom of your base.css file to make that icon appear.

@media (max-width: 767px)
.header__icon:not(.header__icon--summary), .header__icon span {
    display: flex !important;
    height: 3.4rem !important;
    width: 3.4rem !important;
}
}

Screenshot_4.jpg

- 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

Marco211
Explorer
62 0 16

Thank you very much, is it possible to move the search lens to the left on a smartphone? Because I see that the cart icon has become very small