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

    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.

    View post on imgur.com

    Thanks,

    Harvinder

    #1441055

    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

    #1441070

    Amazing – that worked perfectly! Thank you :)

    #1441078

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Show Quantity Change on Cart Page’ is closed to new replies.