Search Divi Plus Documentation

Search for answers or browse our knowledge base.

< All Topics
Print

How to align buttons bottom inside DP image card carousel?

To align the button bottom in DP image carousel add the following CSS code in Divi Theme Option.

body #page-container .et_pb_section .dipl_image_card_carousel .dipl_image_card_carousel_item .et_pb_button_wrapper {
    margin: 0 auto;
    margin-bottom: 20px !important;
}
.dipl_image_card_inner_content_wrapper {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
Was this article helpful?
1.4 out Of 5 Stars

4 ratings

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