Version 4.0.2

This update was released on the 7th of March and includes some very small fixes from 4.0.0.

Two of these style issues (only if you encounter them) can be fixed by opening /assets/theme.css file and add this code at the very end:

@media screen and (min-width: 1025px) {
  .product-item.style--three .caption .price {
    display: flex;
    justify-content: center;
  }
}
.text-w-icon__icon svg {
  width: 64px;
  height: 64px;
}
Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.