Solved

products recommendations row on mobile view

Medy06
Tourist
39 0 3

Hi

Someone can help me to have 2 products per rom in stand of one, on the product page, on products recommendation, MOBILE View

Thanks

https://www.waterlys.com/collections/les-originales/products/500ml-stainless-steel-double-wall-insul... 

 

 

Accepted Solution (1)

oscprofessional
Shopify Partner
15834 2369 3072

This is an accepted solution.

Hello,
Add this css at the bottom of
Online Store->Theme->Edit code->Assets->theme.scss

@media screen and (max-width: 768px){
.product-recommendations .cont-scale.grid__item.grid-product.one-whole.medium--one-half.large--one-quarter {
    width: 50% !important;
}
}
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

View solution in original post

Replies 2 (2)

oscprofessional
Shopify Partner
15834 2369 3072

This is an accepted solution.

Hello,
Add this css at the bottom of
Online Store->Theme->Edit code->Assets->theme.scss

@media screen and (max-width: 768px){
.product-recommendations .cont-scale.grid__item.grid-product.one-whole.medium--one-half.large--one-quarter {
    width: 50% !important;
}
}
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
Medy06
Tourist
39 0 3

You're phenomenal 🙂 

Thanks again