This topic has 2 replies, 2 voices, and was last updated 1 months, 4 weeks ago ago by Luca Rossi
how to solve the issue?
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!
You must be logged in to reply to this topic.Log in/Sign up