Home › Forums › Space themes support forum › Some elements show in product grid list › Reply To: Some elements show in product grid list
November 24, 2021 at 1:20 pm
#334270
patrik.varga
Participant
Hi Luke!
Thanks your fast answer. No, you couldnt understand me.
The solution is 3-4 lines of CSS code. 🙂
I attached an image and here is a code tip.
.xxx-eq-height {
display: flex;
flex-wrap: wrap;
flex-direction: row;
align-items: stretch;
}