Solved

Search bar not appearing on mobile

Gunay_Zort
Excursionist
35 0 9

Hi,

I realized recently that the search bar is not showing when our website is visited on mobile. Desktop version appears correctly. I have attached below the images of desktop, mobile and expected mobile versions of our website. The third image is from the woo commerce version of our website where the search bar appears correctly. Also, I realized that the currency selector we have appears a bit higher than it should and it makes it more difficult for mobile customers to view the account page. Our website URL is www.youthandearth.com. I know that it might be a complicated issue, but any suggestions will be appreciated.

Regards,

Gounay

Gunay_Zort_0-1627475196328.pngGunay_Zort_1-1627475233208.png

 

Gunay_Zort_2-1627475315236.png

 

Accepted Solution (1)
ZestardTech
Shopify Expert
5393 971 1293

This is an accepted solution.

Hello There,

1.In your Shopify Admin go to online store > themes > actions > edit code
2.Find Asset >theme.scss.css and paste this at the bottom of the file:

@media screen and (max-width: 991px) and (min-width: 750px) {
.site-header__icons-wrapper .site-header__search-toggle {
padding: 5px 15px !important;
display: flex;
align-items: center;
}
}
@media screen and (max-width: 749px){
.site-header__icons-wrapper .site-header__search-toggle {
display: block;
position: absolute;
left: 13px;
top: 11px;
}
}
Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing

View solution in original post

Replies 6 (6)

oscprofessional
Shopify Partner
15843 2371 3073

Hello,
you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community!

I have gone through your store , you can set your currency in the left site. like this i have shared screenshot.

also your search icon is hided for mobile view!

oscprofessional_1-1627477525826.png

 

Get pass your Store Core Web Vital Free Speed Optimization Audit, Chat on WhatsApp | Skype : oscprofessionals-87 | Email: pallavi@oscprofessionals.com | Custom Pricing Wholesale App : Free | Hire us | Guaranteed Site Speed Optimization | Website Free Audit | Shopify Theme Customization | Build Shopify Private App | Shopify SEO | Digital Marketing
ZestardTech
Shopify Expert
5393 971 1293

This is an accepted solution.

Hello There,

1.In your Shopify Admin go to online store > themes > actions > edit code
2.Find Asset >theme.scss.css and paste this at the bottom of the file:

@media screen and (max-width: 991px) and (min-width: 750px) {
.site-header__icons-wrapper .site-header__search-toggle {
padding: 5px 15px !important;
display: flex;
align-items: center;
}
}
@media screen and (max-width: 749px){
.site-header__icons-wrapper .site-header__search-toggle {
display: block;
position: absolute;
left: 13px;
top: 11px;
}
}
Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing
Gunay_Zort
Excursionist
35 0 9

Hi Pallavi,

Thanks for your response and help. The currency switcher is working perfectly now.

Regards,

Gounay

Gunay_Zort
Excursionist
35 0 9

Hi ,

Thanks for your response.

Regards,

Gounay

ZestardTech
Shopify Expert
5393 971 1293

Thank you for your response. It's good to know that it's worked for you. Kindly feel free to get back to me if you need any further assistance.

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing

INVISION1
Visitor
1 0 0

Same problem, no solution worked for me. Is there someone that could help me?