Hi There,
Can anyone help me please, on my featured collection on my home page i have spaces/gaps between my products (lastest products). I am using the Flow theme.
Hi There,
Can anyone help me please, on my featured collection on my home page i have spaces/gaps between my products (lastest products). I am using the Flow theme.
oh sorry for that issue can you try this code
.homepage-product-grid-wrapper {
display: flex;
flex-wrap: wrap;
}