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

    Car sub total mobile

    Hi guys, the quantity of the product does not appear.
    How can I solve?
    Thanks.

    #1263292

    Hey,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

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

    Best regards,
    Yigit

    #1263294

    thanks, problem solved

    #1263305

    Hi,

    You are welcome! :)

    For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/

    If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)

    Enjoy the rest of your day!

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Car mobile quantity prodduct’ is closed to new replies.