Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1429170

    Hi,
    I recently found out that the mobile view of the shopping cart does not show product quantity. Is there a setting or CSS fix for that?

    #1429232

    Hey bonsaimedia,

    Thank you for the inquiry.

    You can add this css code to display the quantity column back on mobile view or smaller screens.

    @media only screen and (max-width: 767px) {
      .responsive .shop_table .product-quantity {
        display: block;
      }
    }

    Best regards,
    Ismael

    #1429242

    Hi Ismael,

    Thanks! Yes i see. I already did something like that. But then the cart table is not looking very nice on mobile. I was wondering if there is any setting or css fix to just make the cart table look nice on mobile. Because by default all the Enfold + Woocommerce webshops don’t show the quantity fields on mobile. That should be a priority feature right? We can make some css adjustments ourselves but again: i was wondering if there is any setting or something to change the behavior?

    Kind regards

    #1429257

    Hi,
    The quantity fields do not show on mobile by design, because there is not enough room.
    There is no setting to show it, if you want to show it please try the css above or try one of these:

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.