Reply 346248 to: Hello, I’m trying to customize a category style that I thought was really cool in xstemos demos

Avatar: Rose Tyler
Rose Tyler
Support staff
February 7, 2023 at 13:21

Hello, Dionizio Find,

1/ Please try to use the next custom CSS code to add border-radius:

.content-product .product-image-wrapper {
    border-radius: 10px !important;
}

2/

.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;
}

Kind Regards,
8theme team

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.