Put two columns for Mobile on "You May Also Like"

Solved

Put two columns for Mobile on "You May Also Like"

Yusa1
Excursionist
46 0 1

Im trying to put two columns for Mobile on "You May Also Like" example below   URL - https://avokitchen.com/

unnamed (5).jpg

Accepted Solution (1)

SideNode
Shopify Partner
159 38 42

This is an accepted solution.

hi @Yusa1 

Its SideNode! We will be happy to help you today.

You can try this code: it will be helpful to you
Go to the Online Store->Theme->Edit code->Assets->base.css>

@media screen and (max-width: 450px){
.product-recommendations .product-grid .grid__item {
    width: calc(50% - 0.25rem)!important;
}
}

If I was able to assist you, please remember to give it a Like and Mark it as the Solution!
Let me know if need further assistance
Regards,
SideNode

If helpful, please Like and Accept this Solution to help others
SHOPIFY APP DEVELOPMENT | BOOK FREE SHOPIFY CONSULTATION

View solution in original post

Reply 1 (1)

SideNode
Shopify Partner
159 38 42

This is an accepted solution.

hi @Yusa1 

Its SideNode! We will be happy to help you today.

You can try this code: it will be helpful to you
Go to the Online Store->Theme->Edit code->Assets->base.css>

@media screen and (max-width: 450px){
.product-recommendations .product-grid .grid__item {
    width: calc(50% - 0.25rem)!important;
}
}

If I was able to assist you, please remember to give it a Like and Mark it as the Solution!
Let me know if need further assistance
Regards,
SideNode

If helpful, please Like and Accept this Solution to help others
SHOPIFY APP DEVELOPMENT | BOOK FREE SHOPIFY CONSULTATION