• Hi,

    Does anyone knows any CSS on how to change the ‘related items’ to show two columns instead of one when in the mobile viewing mode?

    It’s a little tricky cause I am unable to edit the cart page using customiser or elementor pro.

    Thanks and much appreciated.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Please paste the following CSS in Appearance -> Customize -> Additional CSS

    @media only screen and (max-width:767px){
        .cross-sells ul li {
            width: 48% !important;
            margin: 0 3.6px 0px !important;
        }
    }

    I hope this will help you.

    Kind regards

    Thread Starter ahgirlflowershop

    (@ahgirlflowershop)

    Thanks Prashant, works ??

    Appreciate it

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Customising related items in woocommerce cart page’ is closed to new replies.