Is there anything that can solve this carousel problem. just because the number of reviews appeared

This topic has 4 replies, 2 voices, and was last updated 1 years, 1 months ago ago by Rose Tyler

  • Avatar: Dionizio Find
    Dionizio Find
    Participant
    March 3, 2023 at 12:50

    is there anything that can solve this carousel problem. just because the number of reviews appeared, the carousel was already all broken, one bigger than the other. in the mobile version it is even uglier.

    and when fixed in the css, the carousel is very stretched. maybe there is a word limit that does that!. can you help me ? please

    3 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 3, 2023 at 14:02

    Hello, Dionizio Find,

    We kindly suggest that you try using the following custom CSS code (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;
    }

    Kind Regards,
    8theme team

    Avatar: Dionizio Find
    Dionizio Find
    Participant
    March 3, 2023 at 15:02

    thank you ver much 🙂

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 3, 2023 at 15:13

    Hello, Dionizio Find,

    You are always welcome!
    To show appreciation to our development team, please consider rating our theme – https://themeforest.net/downloads . We value your feedback and it motivates us to continue creating high-quality products. Thank you for your support!

    Kind Regards,
    8theme team

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.