Hello @malmossa,
To resolve the issue that you have posted in the screenshot above use below given CSS.
For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.
@media (min-width:768px){
ul.products li.product:nth-of-type(4n+1) {
clear: both;
}
}
@media (max-width:767px){
ul.products li.product:nth-of-type(2n+1) {
clear: both;
}
}
Hope this helps.
Best Regards!!