Hi,
How do I change the layout of the cart page like this video?
I want the quantity change options to show.
I believe that the theme is blocking it.
Thanks,
Harvinder
Hey ballindigital,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
@media only screen and (max-width: 767px) {
  .responsive table.shop_table td {
      display: table-cell;
  }
  .responsive .shop_table .product-quantity {
    display: table-cell;
    width: 100%;
    text-align: center;
  }
  #top .order_details .product-name li {
     margin: auto;
     padding: 0;
     border-right: none;
  }
  #top .order_details li {
     border-right: none;
  }
  #top table.shop_table td {
      padding: 5px;
  }
  }
Best regards,
Mike
Amazing – that worked perfectly! Thank you :)
Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold. 
Best regards,
Mike
