Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1040402

    Hi, how can I make sure that all the add to cart button are aligned corretly even if the product name is shorter then other products?

    #1041470

    Hey DROR,
    I would recommend adding a min-height the title elements so that the buttons line up:

    #top.mt-page-shop .woocommerce-loop-product__title {
    min-height: 47px !important; 
    }

    Best regards,
    Mike

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.