Hi, I can’t get the same product border effect on the carousel on the home page. Can you help? I copied the product page where you can see the border I want.
This topic has 5 replies, 2 voices, and was last updated 1 hour, 49 minutes ago ago by Andrea
Hi, I can’t get the same product border effect on the carousel on the home page. Can you help? I copied the product page where you can see the border I want.
Hello @Andrea,
Please check it now. By default, the slides in sliders have overflow hidden, which causes the box shadow to be cropped. We have implemented a custom CSS solution for your product carousel widgets on the Home page: https://prnt.sc/xwQ1MyUV58fQ. You can review the changes now.
Best regards,
Jack Richardson
The 8Theme’s Team
Hi, thanks! Is there anything we can do to make them the same height?
Hello @Andrea,
You may try adding the following custom CSS in “Theme Options → Theme Custom CSS → Global CSS”:
/* Allign product carousel */
.elementor-widget-etheme_product_carousel .swiper-container {
display: flex;
align-items: stretch;
}
.elementor-widget-etheme_product_carousel .swiper-slide {
height: auto;
}
.elementor-widget-etheme_product_carousel .swiper-slide .product {
display: flex;
flex-wrap: wrap;
height: 100%;
}
.elementor-widget-etheme_product_carousel .swiper-slide .etheme-product-grid-content {
align-self: flex-end;
width: 100%;
}
You can view the frontend result here: https://prnt.sc/BT5G4bQaYXuO
Best regards,
Jack Richardson
The 8Theme’s Team
Perfect, thanks! Problem solved!
The issue related to '‘Gradient shadow border on product carousel’' has been successfully resolved, and the topic is now closed for further responses