All things Shopify and commerce
Hi! My customized cart icon is appearing at different sizes on different screen sizes. I want it to keep proportional. How can I fix it? URL: Avvoyer.com Password: seipra
Solved! Go to the solution
This is an accepted solution.
Hi @Avvoyer
You have this code.
Try to add this one in the theme.liquid. here is the instruction and code.
From your Shopify admin dashboard, click on "Online Store" and then "Themes"
Find the theme that you want to edit and click on "Actions" and then "Edit code".
In the "theme. Liquid" file. Find the </body> tag and paste the code below before the tag.
<style>
.header__icon--cart .icon {
height: 2.6rem !important;
width: 4.4rem !important;
}
</style>
And save.
This is an accepted solution.
Hi @Avvoyer
You have this code.
Try to add this one in the theme.liquid. here is the instruction and code.
From your Shopify admin dashboard, click on "Online Store" and then "Themes"
Find the theme that you want to edit and click on "Actions" and then "Edit code".
In the "theme. Liquid" file. Find the </body> tag and paste the code below before the tag.
<style>
.header__icon--cart .icon {
height: 2.6rem !important;
width: 4.4rem !important;
}
</style>
And save.
Thanks! It worked perfectly!
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024