Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Themes4WP

    (@themes4wp)

    Hi

    This is not easy. You must set the min height of the product (set the height of your highest product):

    .woocommerce ul.products li.product {
        padding-bottom: 30px;
        min-height: 320px;
    }

    Then make the button absolute position:

    a.button.add_to_cart_button {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .woocommerce ul.products li.product {
    padding-bottom: 30px;
    min-height: 320px;
    }

    это дописать ?

    a.button.add_to_cart_button {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    }

    а это создать? но где ?

    у меня не идёт
    https://matvik.ee/

    всё работает ..
    я понял как
    спасибо

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Produkt list not aligned’ is closed to new replies.