Hi,
Already sorted this by adding this custom css. There is a possibility that your custom css code is causing this.
li.post-86.product.type-product.status-publish.has-post-thumbnail.first.instock.taxable.shipping-taxable.purchasable.product-type-simple {
margin-left: 2%!important;
clear: none!important;
}
Bear in mind that having a child theme is the best code practice possible but it isn’t 100% update bullet prof, lot’s of people think that they won’t have any problem with updates because they are using a child theme and that isn’t the reality.
If a template structure changes sometimes it’s necessary to adapt the changes in the modified files inside the child theme, there is no workaround to a situation like that one.
-Rui