Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Why is the searching icon not in place on my TASTE theme?

Solved

Why is the searching icon not in place on my TASTE theme?

Idob
Shopify Partner
21 0 5

Hello, I'm having a hard time trying to fix it...

the searching icon is not in place in both platforms.

website URL: https://authenticpet.com/ - 3144

 

Screenshot (6).png

Accepted Solutions (2)

PageFly-Richard
Shopify Partner
4801 1085 1753

This is an accepted solution.

Hi @Idob 

This is Richard from PageFly - Shopify Page Builder App, I’d like to suggest this idea:
Online Store ->Theme ->Edit code
Assets ->Base.css

.header__icon, .header__icon--cart .icon {
    width: 2.4rem !important;
}

Hope you find my answer helpful!
Best regards,
Richard | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


All features are available from Free plan. Live Chat Support is available 24/7.

View solution in original post

StudioEnchant
Shopify Partner
245 40 39

This is an accepted solution.

Hey @Idob,

Simply add the following code to the bottom of your base.css file:

.header__icon, .header__icon--search .icon {
    margin-right: -0.5rem;
}

We hope this helps you achieve the requested change. If you encounter any problems while implementing our solution, please don't hesitate to reply here, and we'll be more than happy to assist you!

If we helped you please Like this reply and Mark it as Solution! ❤️

Chat with us on WhatsApp


Click here to enjoy 3 months of Shopify for $1/month on select plans.

View solution in original post

Replies 2 (2)

PageFly-Richard
Shopify Partner
4801 1085 1753

This is an accepted solution.

Hi @Idob 

This is Richard from PageFly - Shopify Page Builder App, I’d like to suggest this idea:
Online Store ->Theme ->Edit code
Assets ->Base.css

.header__icon, .header__icon--cart .icon {
    width: 2.4rem !important;
}

Hope you find my answer helpful!
Best regards,
Richard | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


All features are available from Free plan. Live Chat Support is available 24/7.

StudioEnchant
Shopify Partner
245 40 39

This is an accepted solution.

Hey @Idob,

Simply add the following code to the bottom of your base.css file:

.header__icon, .header__icon--search .icon {
    margin-right: -0.5rem;
}

We hope this helps you achieve the requested change. If you encounter any problems while implementing our solution, please don't hesitate to reply here, and we'll be more than happy to assist you!

If we helped you please Like this reply and Mark it as Solution! ❤️

Chat with us on WhatsApp


Click here to enjoy 3 months of Shopify for $1/month on select plans.