Search Divi Plus Documentation

Search for answers or browse our knowledge base.

All Topics
Print

How can align the title and text below the image in the DP Image Card Carousel module?

If the title and text in the DP Image Card Carousel module are not aligning below the image and instead appear at the bottom of the carousel, you can fix this issue by adding the following custom CSS to the Divi Theme Options.

.dipl_image_card_carousel_0 .dipl_image_card_carousel_item .dipl_image_card_inner_content_wrapper {
    flex-grow: 1;
    display: flex;

    flex-direction: column;
    justify-content: flex-start;
}
Table of Contents