• Resolved giftsociety

    (@giftsociety)


    Hi there. Just hoping you could please help with the ‘You May Also Like’ section on single product pages. As you can see in the link provided, the three upsell products appear in two columns on two rows – i’d like for there to be one row of three columns. Could you please advise how to do so? Many thanks! – Sophie

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Anonymous User 16453565

    (@anonymized-16453565)

    Hey @giftsociety

    To do that you have to add below css code into Appearance → Customize → Additional CSS:

    .woocommerce .products ul, 
    .woocommerce ul.products {
      display: flex;
    }

    Let me know if that does it.
    Thank you.

    Theme Author WP Royal

    (@wproyal)

    Hi #giftsociety

    Please navigate to Dashboard > Appearance > Customize > Aditional CSS and following snippet:

    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
      width: 31%;
    }

    Kind Regards

    Thread Starter giftsociety

    (@giftsociety)

    Thank you so much ?? This worked.

    Also wondering if there’s a way to Randomly sort products in the product category? I can only find options for by popularity, price, description, etc.

    Many thanks.

    Hi #giftsociety

    Unfortunately, it’s not possible with the theme options, but you can use some other 3rd party plugins to get the result, for example, https://www.ads-software.com/plugins/woocommerce-product-sort-and-display/ or some other ones.

    Kind Regards

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘‘You May Also Like’ columns’ is closed to new replies.