on the checkout page ,on mobile,the layout is in a mess
-
hi
on the checkout page ,on mobile,the layout is in a mess ,please look at the attached image
“you personal data will be used…”,one word on row
what should i do?
Attachments:
You must be
logged in to view attached files.
Hello,
Sorry to hear about the inconvenience. Kindly please share your Site WP-ADMIN Login details in the Private Content field so that we can check this concern on your Site and give you a possible solution.
Best Regards,
i have written the Site WP-ADMIN Login details in the Private Content field
thanks
Hello,
Add the below Custom CSS code to Theme Settings > Custom CSS > Custom CSS for mobile:
.woocommerce-privacy-policy-text,
.place-order,
.woocommerce-form__label span {
width: 300px;
}
Best Regards,