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
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025