• ResolvedPlugin Author 320up

    (@320up)


    If you are using the Astra theme it is best not to use this plugin at all.

    Unfortunately the developers of the Astra theme have altered all of the original WooCommerce code.

    Technically, this plugin can not work with this theme as they have divided the li.product element into many <div> elements.

    Instead, try adding this to your “Additional CSS” without using this plugin:

    h2.woocommerce-loop-product__title {
        min-height: 40px;
    }

    Adjust the title height as required.

    If you do decide to try this plugin, you will need to add this to your “Additional CSS”:

    ul.products li.product {
        clear: none !important;
    }
  • The topic ‘Astra Theme’ is closed to new replies.