Hello team,
Is it possible to help me with the vertical layout of a product slider items, I can\'t find an option for it and can\'t figure out what CSS snippet to use, nothing seems to work from what I am trying.
the page URL is
<a href="https://artgallerypalmbeach.com/test/">https://artgallerypalmbeach.com/test/</a>
and here are 2 images:
<a href="https://artgallerypalmbeach.com/wp-content/uploads/2020/10/2020-10-02_160444.jpg">what it is now</a>
and <a href="https://artgallerypalmbeach.com/wp-content/uploads/2020/10/2020-10-02_160444_aligned.jpg">what I am trying to get</a>.
In particular, that Price and \"Add to Cart\" will not depend on product text area height but visually are aligned on the same line.
Thank you!
Jan.

Welcome to our forum.
this feature isn't available to keep cart button align same, you will need to do this by adding custom CSS,
Like you can set custom height for excerpt and title to make this
.layout-9125 .element-6 {
height: 120px;
}
.layout-9125 .element-5 { height: 60px; }
see the screenshot
https://imgur.com/tPCYTXd
Regards