Search Divi Plus Documentation

Search for answers or browse our knowledge base.

All Topics
Print

How to align the “Read More” button in the DP Blog Slider

Aligning the ‘Read More’ button in the DP Blog Slider when excerpt lengths are inconsistent can be done by adding the following CSS in Divi Theme Options:

.dipl_blog_slider .dipl_blog_slider_post {
    height: 100% !important;
}

.dipl_blog_slider .dipl_blog_slider_post .dipl_blog_slider_content_wrapper {
    display: flex !important;
    flex-direction: column;
}
Table of Contents