This topic has 2 replies, 2 voices, and was last updated 1 months ago ago by Rose Tyler
How to make equal Height on Landing page same like archive page you have been update. i want to make equal height for all products section i am sharing a screen shot
Hello,
Thank you for reaching out to us.
We understand that you would like to make the product section on your landing page have equal heights, similar to the archive page that was recently updated.
Please try to use this custom CSS code:
.elementor-widget-etheme_product_carousel .swiper-slide {
display: flex;
flex-wrap: wrap;
height: 100%;
}
Best Regards,
8Theme’s Team
You must be logged in to reply to this topic.Log in/Sign up