I’ve added an add to cart button on the collection subpages and I’d like them to display at one height, because right now they display depending on how many lines there are in the product title. How can I achieve this?
Link to store: medpak.shop
I’ve added an add to cart button on the collection subpages and I’d like them to display at one height, because right now they display depending on how many lines there are in the product title. How can I achieve this?
Link to store: medpak.shop
Hello There,
.button--half-width {
display: initial;
width: auto;
}
Screenshot :- https://prnt.sc/_e-G-gErytTi
.full-unstyled-link {
text-decoration: none;
color: currentColor;
display: block;
width: 226px !important;
white-space: nowrap !important;
overflow: hidden !important;
text-overflow: ellipsis !important;
}
Add this code in the bottom of Base.css file.
@medpak
Let me know if you need any more help.
We are happy to help you.
Thank you.