Search for: Log In Free Support [Resolved] woocommerce cart mobile – product image and title on the same row Home › Forums › Support › woocommerce cart mobile – product image and title on the same row This topic has 3 replies, 2 voices, and was last updated 3 months, 4 weeks ago by Tom. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts September 20, 2020 at 8:32 am #1451132 Carlo 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 September 20, 2020 at 9:47 am #1451229 TomLead Developer Lead Developer Hi there, You could try doing something like this: @media (max-width: 768px) { .woocommerce-cart-form__cart-item td.product-name { width: 80%; } } Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Ongoing Development: https://generatepress.com/ongoing-development September 21, 2020 at 7:25 am #1452244 Carlo Thank you Tom! September 21, 2020 at 2:00 pm #1452921 TomLead Developer Lead Developer You’re welcome 🙂 Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Ongoing Development: https://generatepress.com/ongoing-development Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In