• Hi, I hope you can help me, I would like to align the “add to cart” buttons of my products in the shop. currently they appear messy, some are positioned higher, others lower based on the length of the product title. I would like to align them evenly if possible. These buttons also appear messy in the yith product slider, so I wonder: is it possible to make them aligned in all parts of the site by inserting a unique CSS code? Thanks in advance.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi, add this code to the custom css section

    ul.products li .woocommerce-loop-product__title {             width: 100%;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘align the “add to cart” buttons’ is closed to new replies.