Help with a brand page as brand carousel does not help

This topic has 2 replies, 2 voices, and was last updated 9 hours, 48 minutes ago ago by Tony Rodriguez

  • Avatar: Wick'd
    Wick'd
    Participant
    January 7, 2025 at 19:08

    I need a page dedicated to a brand page but the brand carousel has very limited functionality. Is it possible to achieve a page where all brands are displayed as a grid, shown in the image attached.

    Content is visible for topic creator and
    support staff only.
    Files is visible for topic creator and
    support staff only.
    1 Answer
    Avatar: Tony Rodriguez
    Tony Rodriguez
    Support staff
    January 8, 2025 at 06:21

    Hello, @Wick’d,

    Thank you for contacting us and for using XStore.

    We regret to inform you that we currently do not have the Brands Grid widget available. However, we suggest using our Brands Carousel Elementor widget as an alternative. To achieve the desired appearance, you may need to apply some additional CSS. Here is an example of how you can modify the appearance:

    selector .swiper-wrapper {
        transform: none !important;
        flex-wrap: wrap;
        cursor: default !important;
        border: 1px solid #e1e1e1;
        border-bottom: none;
        border-right: none;
    }
    
    selector .swiper-slide {
        width: 25% !important;
        float: left;
        margin: 0 !important;
        border: 1px solid #e1e1e1;
        border-left: none;
        border-top: none;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 15px;
    }
    
    selector .swiper-container {
        overflow: visible;
    }
    
    selector .categories-mask h3 {
        margin: 0;
    }

    You can view the potential outcome here: https://prnt.sc/m8hnt-8DIS_E.

    Should you have any further questions or require additional support, please do not hesitate to contact us.

    Best Regards,
    The 8Theme Team

    Content is visible for topic creator and
    support staff only.
  • Viewing 2 results - 1 through 2 (of 2 total)

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

Helpful Topics

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