Mini cart drawer product image size - Focal theme

Solved

Mini cart drawer product image size - Focal theme

galleriste
Pathfinder
95 1 14

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/

 

FullSizeRender_69c08677-d8ce-4d5c-9114-b0f1c9cad57f.jpgFullSizeRender_1584f0f9-96d8-4049-ba9b-47ef4c8ef563.jpg

Accepted Solution (1)

suyash1
Shopify Partner
10428 1287 1646

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;}
}
Support me | To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.

View solution in original post

Replies 2 (2)

suyash1
Shopify Partner
10428 1287 1646

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;}
}
Support me | To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
galleriste
Pathfinder
95 1 14

Thanks! Works perfectly.