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;
}
Table of Contents