Hi there! I'm currently using the narrative theme and I'm editing the recommended product section for individual product pages. The problem is that these images are too large. I just want to display the three recommended products in one row with consistent image size.
On the customize section, these are the only options available. How do I do this?
Above is when you zoom out of the browser to about 70%.
Thanks!
Access details:
https://sunnysixactive.com/collections/all/products/the-get-strong-cross-bra
password: heystella
Solved! Go to the solution
This is an accepted solution.
Thanks for post can you please add this code
1. Go to Online Store->Theme->Edit code
2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
@media only screen and (min-width: 750px) {
.product-recommendations__slide {
-webkit-flex: 0 0 calc(33% - 4rem);
-moz-flex: 0 0 calc(33% - 4rem);
-ms-flex: 0 0 calc(33% - 4rem);
flex: 0 0 calc(33% - 4rem);
}
}
User | Count |
---|---|
427 | |
166 | |
100 | |
99 | |
96 |