how edit menu on cart page
-
How to edit the menu location and appearance of the shopping cart page? For example, so that information about the bank, account and payments are not “scattered” on one line?
Attachments:
You must be
logged in to view attached files.
Hello,
May I request access to the admin panel to look closer at it?
Looking forward to hearing back from you!
Kind Regards
hi. in extra information.
Hello,
Try to use the code below for help:
.woocommerce-order-received .wc-bacs-bank-details.order_details {
flex-direction: column;
align-items: self-start;
}
:is(.woocommerce-thankyou-order-details,.wc-bacs-bank-details) li {
border-inline-end: none;
}
.woocommerce-order-received .bank_name,
.woocommerce-order-received .account_number {
text-align: left;
padding-left: 0;
}
Define it in Theme Settings -> Custom CSS -> Desktop CSS area. Clear the cache and recheck the issue.
Kind Regards