Viewing 6 replies - 1 through 6 (of 6 total)
  • con

    (@conschneider)

    Engineer

    Hi @ttrading,

    We can try some custom CSS for this. You have a lot of categories and I only am finding categories with 1-3 products. Could you send us the URL of the category in your screenshot and we ll take a look at it.

    Kind regards,

    Thread Starter ttrading

    (@ttrading)

    con

    (@conschneider)

    Engineer

    Hi @ttrading

    Try this: `ul.products li.product {
    min-height: 33em;
    }

    ul.products li.product a.button {
    position: absolute! important;
    bottom: 2em;
    right:3.2em;
    }`

    Result: https://a.cl.ly/12u0Qydz

    Kind regards,

    Thread Starter ttrading

    (@ttrading)

    @conschneider thanks, it did not work here, but got another code, think they are fighting :P.. what i got from before;

    .woocommerce .cols-2 li.product a,
    .woocommerce.columns-2 li.product a {
    text-align: center;
    margin: 0 auto;
    display: block
    }

    .woocommerce ul.products li.product {
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 10px;
    }

    If id did put “min-height: 33em;” in there at the end, the box got that size, but i cant get the button to follow it..

    Thread Starter ttrading

    (@ttrading)

    @conschneider nevermind.. did try some with the code, and got it to work together.. learning each day!

    THANK YOU!

    con

    (@conschneider)

    Engineer

    Hi @ttrading

    think they are fighting :P.

    They probably were :).

    did try some with the code, and got it to work together.. learning each day!

    Nice! Good one and all the best.

    Kind regards,

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Can i get the product listing on a straight line?’ is closed to new replies.