Home Forums WoodMart support forum how edit menu on cart page

how edit menu on cart page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #559352

    atiam1982
    Participant

    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.
    #559458

    Luke Nielsen
    Keymaster

    Hello,

    May I request access to the admin panel to look closer at it?

    Looking forward to hearing back from you!

    Kind Regards

    #559807

    atiam1982
    Participant

    hi. in extra information.

    #559900

    Luke Nielsen
    Keymaster

    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

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