Hi @TBS2023 ,
May I suggest to update code these steps:
- Go to Store Online-> theme → edit code
- Assets/theme.css
- Add code below to end of file
#CollectionAjaxContent .grid.grid--uniform {
display: flex;
flex-flow: wrap;
}
#CollectionAjaxContent .grid.grid--uniform .grid-product{
display: flex;
flex-flow: column;
}
#CollectionAjaxContent .grid.grid--uniform .grid-product .grid-product__content {
margin-bottom: auto;
}
