This topic has 2 replies, 2 voices, and was last updated 9 hours, 48 minutes ago ago by Tony Rodriguez
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.
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
You must be logged in to reply to this topic.Log in/Sign up