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

    Hi guys,

    Just updated to WC3.0.7 & Enfold 4.0.7 (with Child Theme).
    On mobile, quantity adjust column is not visible on cart page. On desktop, it works properly.
    I thought this problem was solved years ago?

    Thanks.

    • This topic was modified 7 years, 6 months ago by phangmoh.
    #795291

    Hey phangmoh,

    Could you post a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #795538

    Hi Rikard,
    Here you go.

    #796036

    Hi phangmoh,

    They were hidden since this is built as a table and it’s not easy to scale it for the small screen. They hide for screens less than 767px

    You could add this code and see how it looks on mobile

    
    @media only screen and (max-width: 767px) {
      .responsive .shop_table .product-quantity {
          display: table-cell;
      }
    
      div table.shop_table td {
        padding: 2px;
      }
    }
    

    Best regards,
    Victoria

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