Hello,
When using ‘Featured Collections’ on Dawn, I would like the prdocut boxes to always be the same height. Sometimes if the text of one is longer than the other, they will not align at the bottom (see screenshot)
My site is calmstrips.com. Any assistance would be greatly appreciated.
MM
Hi @calmstrips ,
Here are the steps you can follow:
1, Navigate to Online Store > Themes > Edit Code.
2, Locate and open the base.css (or theme.css, custom.css) file.
3, Paste the code snippet provided below at the bottom of the file, then save your changes.
.card-wrapper.product-card-wrapper {
height: 100% !important;
}
Here is the result
We hope this assists in resolving the issue.
If you find our solution helpful, kindly consider Liking and Marking it as Accepted. Thank you!