I am using the Dawn theme and the section height of the Product recommendations on desktop is crazy big.
How can I limit this section to about 30% high on desktop?
https://islandmeadowclay.myshopify.com/products/summer-romance-mini pw:2022imc
I am using the Dawn theme and the section height of the Product recommendations on desktop is crazy big.
How can I limit this section to about 30% high on desktop?
https://islandmeadowclay.myshopify.com/products/summer-romance-mini pw:2022imc
@dosekir , :
@media (min-width: 750px){
product-recommendations .grid__item{
max-width: 25% !important;
width: 100% !important;
}
}
Technically speaking, you can’t change the height of a section with code. This would cut the images off and break the design. The best option here is to change the size of each individual product cell.
You can change the values as per your wish:
25% = product width
Kind regards,
Diego