Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Is it possible to increase the size of the mini cart drawer product image on mobile view. Below are two images of the change I would like to make. The website is https://568839.myshopify.com/
Solved! Go to the solution
This is an accepted solution.
@galleriste please add this css to the very end of your base.css file and check,
Shopify Admin -> Online Store ->Theme -> Edit code -> base.css
@media screen and (max-width:749px){
.line-item__image-wrapper {width: 120px;}
}
This is an accepted solution.
@galleriste please add this css to the very end of your base.css file and check,
Shopify Admin -> Online Store ->Theme -> Edit code -> base.css
@media screen and (max-width:749px){
.line-item__image-wrapper {width: 120px;}
}
Thanks! Works perfectly.