Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #529798

    Hi,

    In mobile view (Woocommerce cart) is Quantity options missing. How can I fix this?

    Best regards,
    Eve

    #530142

    Hey evekj!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

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

    Cheers!
    Yigit

    #530939

    Hi,

    Thank you very much.
    I added this code, but nothing has changed.
    I also noticed, that in mobile view (cart page) disappears Total column.

    Best regards,
    Eve

    • This reply was modified 8 years, 7 months ago by evekj.
    #530961

    Hey!

    Do you mind creating a temporary admin login and posting it here privately?

    Regards,
    Yigit

    #531650

    Data are in private content.

    Best regards,
    Eve

    #531979

    Hey!

    Looks like you don’t have the latest version of the theme. Please update to version 3.4.1. The latest css modifications are not being applied when you save the changes. Try to rename the enfold_child.css file inside the wp-content > uploads > dynamic_avia folder then toggle any theme options. This will regenerate the latest custom css file.

    Cheers!
    Ismael

    #532564

    Thank you very much. Now is OK.

    Best regards,
    Eve

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘In mobile view (cart) is Quantity options missing’ is closed to new replies.