Reply 267246 to: How to edit a message in xstore

Avatar: Rose Tyler
Rose Tyler
Support staff
January 8, 2021 at 09:17

Hello,

Thanks for using our theme. Please post different questions via different topics – https://www.8theme.com/forums/xstore-wordpress-support-forum/

Follow this article to translate the theme – https://xstore.helpscoutdocs.com/category/18-theme-translation , and WooCommerce – https://docs.woocommerce.com/document/woocommerce-localization/ Do not forget about Core plugin. Loco translate > Plugins > XStore Core > New language > Choose a language + Choose a location – System > Start translating.

Add the next code in Theme Options > Theme custom CSS:

.main-products-loop .product, .products-loop .product, .carousel-area .product-slide .product {
    display: flex;
    justify-content: center;
}
.products-loop .ajax-content, .products-loop {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
}
.content-product {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
    flex: 1;
}
.content-product .quantity-wrapper {
    margin-right: auto;
    margin-left: auto;
}
.swiper-container {
    display: flex;
    align-items: stretch;
}
.product-slide .product {
    display: flex;
    height: 100%;
}
.swiper-wrapper {
    height: auto;
}

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.