Home Forums Space themes support forum Some elements show in product grid list Reply To: Some elements show in product grid list

#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;
}

Attachments:
You must be logged in to view attached files.