Search Divi Cart Pro Documentation

Search for answers or browse our knowledge base.

< All Topics
Print

Align title and price in DCP Woo Product

Please add the following CSS code in Divi Theme Option to align title and price in DCP Woo Product

.dcp_woo_products_layout, .dcp_woo_products_isotope_item {
    display: flex !important;
    flex-wrap: wrap !important;
}

.dcp_single_woo_product {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.dcp_single_woo_product_content {
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.dcp_single_woo_product_content {
    justify-content: space-between;

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