How can I bring all the collection photos / products in order? Their height is not the same.
Theme: Streamline
https://www.cotiereofficial.com/
Pw: test1234
How can I bring all the collection photos / products in order? Their height is not the same.
Theme: Streamline
https://www.cotiereofficial.com/
Pw: test1234
Hi @marcelp ,
Can you re-add that section? I will help you check it.
Because I checked Streamline theme and everything always shows the same height.
Hi @marcelp ,
Go to Assets > theme.css and paste this at the bottom of the file:
@media only screen and (min-width: 769px) {
[data-product_image_scatter=true] .grid--scattered-large-3 .grid-product:nth-child(3n+2) {
padding-top: 0 !important;
}
}
Hope it helps!
Hi Litcommerce, the code works for the desktop. Do you know the code to align the shop grid on the mobile too?
Hi @marcelp ,
Go to Assets > theme.css and paste this at the bottom of the file:
#CollectionGrid .grid__item.grid-product {
padding-left: 60px !important;
padding-right: 30px !important;
}
If it helped you solve your issue, please mark it as a solution. Thank you and good luck.