• Hey guys, slight issue with the upsells in the basket area on desktop/tablet view, it’s as though something is pushing it tight together for some reason, any ideas?
    Screenshot below
    Capture

    • This topic was modified 3 years, 9 months ago by marko2002.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter marko2002

    (@marko2002)

    Unbelievably, I managed to stumble across the answer which was to insert the following into the CSS

    .woocommerce .cart-collaterals .cross-sells {
    display: block;
    width: 100%;
    }

    Strangely also, I had the following CSS inserted to show the upsells on mobiles but I’ve since removed it and it still works ok, guessing the above code is a one fix for both? …

    @media only screen and (max-width: 767px) {
    .woocommerce .cart-collaterals .cross-sells {
    display: block;
    width: 100%;
    }
    }

    Hello,

    Visited teh shared URL but not facing any issues with the Upsell products.
    Have you fixed it?

    Thread Starter marko2002

    (@marko2002)

    As per my previous post, yes I inserted the CSS and it fixed the issue ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Upsells on basket not aligning very well’ is closed to new replies.