Graham Newell
    Spectator
    Posts: 104
    September 15, 2015 at 4:46 pm #20684

    Hi again.

    So if I could fix the height of a product grid box so as they all line up in a row, and then if I could align the ADD TO CART button to the bottom. I just want them all to line up in each row even if one DVD has a longer title to another.

    Hope that makes sense.

    G,

    Denzel Chia
    Moderator
    Posts: 2656
    September 15, 2015 at 7:31 pm #20689

    Hi,

    I see that your products are already lining up properly in a row.
    Did you managed to come up with a solution?

    Please let me know if you require any assistance.

    Thanks!

    Graham Newell
    Spectator
    Posts: 104
    September 15, 2015 at 8:05 pm #20691

    Hard to believe I know, but it seems that I did. It would be nice to be able to control the box height a little more dynamically but it’s good enough. I would like to have been able to center align the button, but a left move worked OK. I’ll paste the code here for the forum content. Thanks for your email.

    BTW, what is the best way to be able to order the products exactly how I want to? Should I edit the publish date or is there a better solution?

    Here’s the code I used in Custom CSS.

    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
    min-height: 510px !important;
    margin-bottom:10px;
    }

    a.button.add_to_cart_button,
    a.button.product_type_simple {
    bottom: 10px;
    left: 44px;
    position: absolute;
    }

    G.

    Denzel Chia
    Moderator
    Posts: 2656
    September 16, 2015 at 5:24 am #20699

    Hi,

    You can try out this plugin. https://wordpress.org/plugins/post-types-order/
    I had used this with another developer’s Theme, but I think it should also work with our Themes.

    Thanks!