After adding shipping methods, the cart border in mobile menu floats to the right

This topic has 2 replies, 2 voices, and was last updated 1 weeks, 6 days ago ago by Luca Rossi

  • Avatar: Aure
    Aure
    Participant
    September 6, 2024 at 11:51

    how to solve the issue?

    Files is visible for topic creator and
    support staff only.
    1 Answer
    Avatar: Justin
    Luca Rossi
    Support staff
    September 7, 2024 at 14:12

    Hi @Aure,

    Please try adding this custom CSS under XStore > Theme Options > Theme Custom CSS > Global CSS:

    
    @media (max-width: 600px){
        tr.woocommerce-shipping-totals.shipping {
            display: flex;
            flex-wrap: wrap;
        }
        
        .payment_box.payment_method_paysera,
        .woocommerce-privacy-policy-text p,
        .woocommerce-terms-and-conditions-wrapper .form-row label{
            padding-left: 0;
            text-align: center;
        }
        
        .order-review {
            padding: 15px 5px;
        }
    }
    

    Hope it helps!

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

8theme customization service
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.