Site logo

Archived topic

woocommerce cart mobile - product image and title on the same row

3 replies · Started by Carlo on September 20, 2020

Viewing posts 1–4 of 4

Hi there,

I modified the design of the cart on the mobile view. (see link)
I'd like to have the title of the products on the same row of the image. But when the title is too long, the whole title row goes below the image.

How could I do that?

Thank you. All the best. Carlo

Hi there,

You could try doing something like this:

@media (max-width: 768px) {
    .woocommerce-cart-form__cart-item td.product-name {
        width: 80%;
    }
}

Thank you Tom!

You're welcome :)

This archived topic is closed to new replies.