Reply 276915 to: Chance Language "Leave a reply" ; "comment on…" Blog

Avatar: Rose Tyler
Rose Tyler
Support staff
February 28, 2021 at 08:47

Hello,

Add this code in Theme Options > Theme custom CSS > Global custom CSS:

@media only screen and (max-width: 992px) {
    .woocommerce-MyAccount-navigation-wrapper {
        width: 100%;
        margin-bottom: 20px;
    }
    .MyAccount-dashboard-buttons {
        flex-wrap: wrap;
        margin-bottom: -10px;
    }
    .MyAccount-dashboard-buttons .btn {
        white-space: nowrap;
        margin-bottom: 10px;
    }
}

clear cache and check My account page then. This code can be deleted after the next theme update.

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.