• Resolved frackiewicz123

    (@frackiewicz123)


    Hi! I’d like to be able to have 2 rows of 3 items each, but it is showing up as 3 rows of 2 items each.

    I’ve tried putting these snippets from other suggestions here:

    .woo-related-products-container .col {
        max-width: 16.66667%!important;
    }
    
    .woo-related-products-container ul.products {
        display: flex;
        flex-flow: row wrap;
    }
    .woo-related-products-container ul.products li {
        width: 31%!important;
        margin: 1%!important;
    }

    But it’s still displaying 3×2. Is there something else I need to do?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author peachpay

    (@peachpay)

    Hi @frackiewicz123!

    I just checked your store via the link you provided, and it seems that it is showing correctly.

    On large screens it shows up as 2 rows of 3 items. If the screen is too small, that’s when it will show 3 rows of 2 items.

    If you need any other help, feel free to reply here!

Viewing 1 replies (of 1 total)
  • The topic ‘Adjusting size of images in column?’ is closed to new replies.