Search Divi Plus Documentation

Search for answers or browse our knowledge base.

< All Topics
Print

Equalize height of blog slider posts

If you want to make the height of the blog posts equal in the Divi Plus Blog Slider, here is the setting to enable it

Note: If the above setting does not work please add the following
CSS in Divi Theme Option

.dipl_blog_slider .swiper-wrapper .dipl_blog_slider_content_wrapper{
    display : flex;
    flex-direction : column;
}

.dipl_blog_slider .swiper-wrapper .dipl_blog_slider_content{
    flex-grow : 1;
}

Or

.dipl_blog_slider .swiper-wrapper {
	align-items: stretch;
}

If the issue still persists please contact us here: https://diviextended.atlassian.net/servicedesk/customer/portals

Was this article helpful?
0 out Of 5 Stars
5 Stars 0%
4 Stars 0%
3 Stars 0%
2 Stars 0%
1 Stars 0%
How can we improve this article?
Please submit the reason for your vote so that we can improve the article.