[Resolved] Number of columns of upsells

Home Forums Support [Resolved] Number of columns of upsells

Home Forums Support Number of columns of upsells

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #805921
    Arnd

    Hi there,

    I would like to show upsell products on the single product page. I switched these on in customizer>layouts>WooCommerce, what worked well. However, I set it to 5 columns but I am getting 4 and the 5th product in a second line.

    When using related products, it works well with these settings and I am getting all 5 products in one line.

    Could you help to get the same result with the upsells please?

    You can see how it looks on the long below. I would only like to use upsells but activated the related products for demo.

    Many thanks,

    Arnd

    #806064
    Leo
    Staff
    Customer Support

    Hi there,

    Any chance you can disable the Autoptimize so we can see the source code?

    Thanks!

    #806135
    Arnd

    Auroptimze disabled and cache emptied.

    #806326
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Try adding this CSS:

    .woocommerce .upsells ul.products li.first {
        clear: none;
    }

    Looks like it might be a bug – I’ll check it out!

    Thanks! ๐Ÿ™‚

    #806462
    Arnd

    Hi Tom,

    This works perfectly! Thank you very much.

    I am very happy with generatepress and indeed the great support.

    Cheers Arnd

    #806709
    Tom
    Lead Developer
    Lead Developer

    Glad I could help! ๐Ÿ™‚

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.