Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #977845

    I’ve noticed that the quantity isn’t visible on mobile devices (tablet/phones) bot portrait and landscape. That means that a customer is not able to increase or decrease the quantity. How can I make sure that IS visible on mobile?

    I did update the theme to the latest version, what can i do?

    #977910

    Hey rdvmarketing,

    Please try the following in Quick CSS under Enfold->General Styling:

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

    Best regards,
    Rikard

    #1004072

    Use this instead:

    display: table-cell !important;

    that shows correct design, otherwise size of cells is not correct!

    #1004540

    Hi koelschcard,

    Thanks for sharing, much appreciated :-)

    Best regards,
    Rikard

    #1185586

    Perfect!!!! tnks very much.

    #1185694

    Hi brunet77,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

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