Hello friends. In the Brooklyn theme, as seen in the picture, the dynamic Recommendations part looks erratic. How can I make this section a single row 3 column. Thanks.
https://cheese-world-shop.myshopify.com/ password: 12345
Solved! Go to the solution
This is an accepted solution.
Sorry, you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community!
Thanks for your good question.
1. Go to Online Store->Theme->Edit code
2. Asset->/timber.scss.liquid->paste below code at the bottom of the file.
#shopify-section-product-recommendations .grid-uniform {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
This is an accepted solution.
Yes, please add this code also
@media only screen and (max-width: 590px) {
#shopify-section-product-recommendations .grid-uniform .small--one-half {
width: 100%;
}
}
User | Count |
---|---|
447 | |
207 | |
107 | |
87 | |
87 |