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
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
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;
}
}
You’re phenomenal ![]()
Thanks again