Home Forums Basel support forum Cart Strings Doubled

Cart Strings Doubled

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

    pursehuit
    Participant

    Hi,
    Can you please check why on the cart page on the shop bellow Sub-Total, Livrare and TOTAL strings are doubled?
    The screenshot is took on an iPhone 7 – Chrome browser. But in Safari the problem is the same, so is not a browser problem.
    Check the screenshot
    Thx!

    Attachments:
    You must be logged in to view attached files.
    #18981

    Bogdan Donovan
    Keymaster

    Hi,

    Try to add the following code snippet to the Mobile Custom CSS area in Theme Settings to fix this issue.

    .woocommerce .cart_totals th {
    	display: none;
    }
    
    div.woocommerce .cart_totals tbody td {
    	padding-left: 0;
    	padding-right: 0;
    }
    
    .cart_totals .responsive-table .responsive-table{
    	overflow-x: hidden;
    }

    Regards

    #18982

    pursehuit
    Participant

    its working. thx!

    #18983

    Bogdan Donovan
    Keymaster

    You are welcome!

Viewing 4 posts - 1 through 4 (of 4 total)