Search Divi WooCommerce Extended Documentation

Search for answers or browse our knowledge base.

< All Topics
Print

How to align read more button in DWE Woo Product

Use this CSS in your Divi Theme options to equal the height of the products in DWE Products module:

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

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

.dwe_woo_products_isotope_item {
background: #fff;
display: flex;
flex-direction: column;
}

.dwe_woo_products_layout {
display: flex !important;
flex-wrap: wrap;
}

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