how to change collection list from single to double

Solved

how to change collection list from single to double

Emiway1
Shopify Partner
55 0 8

i want to 2 collection list in mobile view to be like this 2 in same line

 

like this

Screenshot 2024-12-08 142932.png

 

instead of this

Screenshot 2024-12-08 142310.png

 

URL: https://redpandaoutdoor.in

Accepted Solution (1)

DaisyVo
Shopify Partner
2542 317 368

This is an accepted solution.

Hi @Emiway1 

 

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.collection-list {
    grid-template-columns: repeat(2, 1fr);
}
}

 

Here is the result: https://prnt.sc/GQ7FW3QqCvaQ 

I hope this help

 

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
2542 317 368

This is an accepted solution.

Hi @Emiway1 

 

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.collection-list {
    grid-template-columns: repeat(2, 1fr);
}
}

 

Here is the result: https://prnt.sc/GQ7FW3QqCvaQ 

I hope this help

 

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