temanda css klasöründe style.css içinde:
bul:
.products .col-md-4:nth-child(3n+1),
  .products .col-md-3:nth-child(4n+1) {
    clear: both; }
değiştir:
.products .col-md-4:nth-child(3n+1),
  .products .col-md-3:nth-child(4n+1) {
    /* clear: both; */ }
aynı klasörde plugins.css içinde bul:
 .col-md-4 {
    width: 33.33333%; }
değiştir:
.col-md-4 {
    width: 50%; }
2 stun haline gelecektir. resimler 2 stunda kuçuk dersen. css klasöründe style css içinde bul:
  .products .product-image {
    position: relative;
    width: 228px;
    margin: 0 auto 10px;
    display: block; }
Değiştir:
  .products .product-image {
    position: relative;
    width: 370px;
    margin: 0 auto 10px;
    display: block; }
Sonuç:

İyi çalışmalar ...