Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor James Koster

    (@jameskoster)

    Hmm, as a very crude example you could try;

    ul.products li.product {
    position: relative;
    padding-bottom:2em;
    }
    ul.products li.product .button {
    position:absolute;
    bottom:0;
    left:0;
    }

    Thanks

    Thread Starter Coplien

    (@coplien)

    thanks a lot

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

The topic ‘same level buttons’ is closed to new replies.