Home Forums Basel support forum Checkout

Checkout

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #36249

    twococlothing
    Participant

    Hey, I have the problem that in the mobile side, the Bstellung and price are not properly there because.

    It would be great if you could help me

    Picture is here.

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

    Bogdan Donovan
    Keymaster

    Hello,

    Thank you so much purchasing our theme and contacting our support center.

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

    @media (max-width: 991px) {
    
    .woocommerce-checkout-review-order-table .product-name,
    .woocommerce-checkout-review-order-table .product-total {
    	font-size: 14px;
    } 
    
    table.woocommerce-checkout-review-order-table tfoot .order-total th,
    table.woocommerce-checkout-review-order-table tfoot .order-total td > strong {
    	font-size: 18px;
    }
    }

    Kind Regards
    XTemos Studio

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