make collection list images bigger on mobile

Solved

make collection list images bigger on mobile

ads18922
Explorer
101 0 34

hello, i want to make my collection list images bigger on mobile but not desktop. Here is my store:

Screenshot 2024-12-11 at 15.58.30.png

I want it to look something like this: 

IMG_3707.jpg

theme is dawn, website url is www.marcomontesi.com

Accepted Solution (1)

DaisyVo
Shopify Partner
2836 339 394

This is an accepted solution.

HI @ads18922 

 

To complete your requests, please follow these steps:
  1. Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
  2. Paste the code provided into the Custom CSS section.

 

@media screen and (max-width: 768px){
.collection-list-wrapper.page-width slider-component.slider-mobile-gutter ul.collection-list li {
    width: 70%;
}
}

 

Here is the result: https://prnt.sc/GVLy-alocYQf
 
I hope this helps
 
Best,
 
Daisy

 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution

View solution in original post

Reply 1 (1)

DaisyVo
Shopify Partner
2836 339 394

This is an accepted solution.

HI @ads18922 

 

To complete your requests, please follow these steps:
  1. Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
  2. Paste the code provided into the Custom CSS section.

 

@media screen and (max-width: 768px){
.collection-list-wrapper.page-width slider-component.slider-mobile-gutter ul.collection-list li {
    width: 70%;
}
}

 

Here is the result: https://prnt.sc/GVLy-alocYQf
 
I hope this helps
 
Best,
 
Daisy

 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution