
WooCommerce product items alignment in Genesis's Sample theme is not displaying correctly, to correct the alignment insert below CSS line in your style.css file
.woocommerce ul.products {
justify-content: flex-start!important;
}
@media only screen and (max-width : 860px){
.woocommerce ul.products {
justify-content: space-between!important;
}