Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #956710

    Hi, the tables for the cart pages are missing the external lines. How can I get them back?

    #957585

    Hey DROR,

    Can you try adding this css code in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:767px) {
      #top table {
        overflow: visible !important;
      }
    }

    Hope it helps :)

    Best regards,
    Nikko

    #957639

    Thanks Nikko, there still is one border missing and also the quantity is not showing and the alignment is off as the X mark is too close to the border.

    Also, the previous code you gave me for the my account page is also effecting the cart page and showing the related products above the cart… how can I make that code to effect only the my-account page?

    #957940

    Hi bakbek,

    Can you try replacing this code:

    @media only screen and (max-width:767px) {
      #top table {
        overflow: visible !important;
      }
    }

    to:

    @media only screen and (max-width:767px) {
      #top table {
        overflow: visible !important;
      }
    
      .responsive table.shop_table.cart td {
        border-left: 1px solid #e1e1e1;
      }
    
      div a.remove {
        margin: 0 auto;
      }
    }

    Hope it helps :)

    Best regards,
    Nikko

    #958122

    Thanks.

    #958153

    Hi bakbek,

    Glad that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Cart page tables on mobile’ is closed to new replies.