how to display 4 collections in collection list section only in mobile version?

aus-10188
Tourist
14 0 2

URL is www.ahly.com.au 

 

how to display 4 collections in collection list section in mobile version?

 

and display each collection picture as 16:9?

 

 

Below screenshot is collection list section but it only display one collection each time and picture is square.

is that possible to display 4 collections each time and each collection picture size is 16:9?

aus10188_0-1648092787854.png

 

 

thanks

cecilia 

Replies 5 (5)
oscprofessional
Shopify Partner
15736 2353 3051

@aus-10188 ,

Share the store URL.

Get pass your Store Core Web Vital Free Speed Optimization Audit, Chat on WhatsApp | Skype : oscprofessionals-87 | Email: pallavi@oscprofessionals.com | Custom Pricing Wholesale App : Free | Hire us | Guaranteed Site Speed Optimization | Website Free Audit | Shopify Theme Customization | Build Shopify Private App | Shopify SEO | Digital Marketing
aus-10188
Tourist
14 0 2

www.ahly.com.au 

 

thanks

oscprofessional
Shopify Partner
15736 2353 3051

@aus-10188 ,

@media screen and (max-width: 749px)
.collection-list .collection-list__item {
    width: calc(33% - 3rem);
}

 

Add this css at the bottom of Online Store->Theme->Edit code->Assets->base.scss.liquid

Get pass your Store Core Web Vital Free Speed Optimization Audit, Chat on WhatsApp | Skype : oscprofessionals-87 | Email: pallavi@oscprofessionals.com | Custom Pricing Wholesale App : Free | Hire us | Guaranteed Site Speed Optimization | Website Free Audit | Shopify Theme Customization | Build Shopify Private App | Shopify SEO | Digital Marketing
aus-10188
Tourist
14 0 2

Hi,

 

it doesn't work. can you please check for me? really appreciate your help!

oscprofessional
Shopify Partner
15736 2353 3051

@aus-10188 ,

If you have already this media @media screen and (max-width: 749px)  then add the css in it.

Get pass your Store Core Web Vital Free Speed Optimization Audit, Chat on WhatsApp | Skype : oscprofessionals-87 | Email: pallavi@oscprofessionals.com | Custom Pricing Wholesale App : Free | Hire us | Guaranteed Site Speed Optimization | Website Free Audit | Shopify Theme Customization | Build Shopify Private App | Shopify SEO | Digital Marketing