Viewing 2 replies - 1 through 2 (of 2 total)
  • Caleb Burks

    (@icaleb)

    Automattic Happiness Engineer

    This is something the theme didn’t account for. You will need to contact the theme authors about this, else switch to a theme with more fitting styles for your needs 🙂

    My recommendation would be https://woocommerce.com/storefront/

    You could use some custom CSS to fix the width of the product titles on the mobile display.

    Something like this worked for me – but it wll depend on your theme:

    @media (max-width: 768px) {

    // Any CSS in here will only affect the mobile view

    .woocommerce-loop-product__title {
    width:100%!important;
    }

    }

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘productlist for mobile device’ is closed to new replies.