• Resolved XarasVII

    (@xarasvii)


    Hi
    I am trying to incorporate woocommerce into the pro version of the enigma theme.

    It looks like it is going to work pretty well but I have the age old problem of getting the Add to Cart buttons to all line up atraight when the image/description lengths are different for each item.

    Is there a way I could lining up all the bottom edges of the pictures. Then if I am strict with my description the Add to cart button will automatically line up.

    You can see the actual page and my issue here

    It would be nice if the image lined up like shown here:

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter XarasVII

    (@xarasvii)

    oops messed up the link

    The effect im actually trying to achieve is here:

    here

    Thread Starter XarasVII

    (@xarasvii)

    OK Found a way to align the ADD TO CART Buttons using this code added to custom CSS

    a.added_to_cart.wc-forward
    { bottom: 0; position: absolute; display: block; bottom: 0px; }

    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product

    { min-height: 450px ; margin-bottom:10px; }

    a.button.add_to_cart_button, a.button.product_type_simple { bottom: 30px; position: absolute; }

    Would be nice if I could now get the text to align to the bottom of the containing box

    (I did not write this myself – I found it on a google search which unfortunately I cannot seem to find again so cannot attribute credit atm – will amend if I find it)

    Hi,

    You are using premium theme.

    Please raise your issue on our premium theme support forum.

    Here only support to Free theme is allowed.

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Tidying up Woocommerce integration’ is closed to new replies.