Personalized checkout and custom promotions with Shopify Scripts
Im trying to put two columns for Mobile on "You May Also Like" example below URL - https://avokitchen.com/
Solved! Go to the solution
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
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
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025