Version 2.6.4

This update was released on the 18th of January, 2021 with a small fix for the product page price alignment on mobile.

To manually add the fix, please insert this CSS code at the end of the assets/theme.css file:

.box__product-content .price {
    justify-content: center !important;
}
Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.