Woocommerce Account Page Mobile Layout Messy

This topic has 2 replies, 2 voices, and was last updated 4 years, 3 months ago ago by Rose Tyler

  • Avatar: bri3cheese
    bri3cheese
    Participant
    February 24, 2021 at 05:16

    Hi,

    I need help with the alignment of my account page in mobile layout please. I showed you screenshot how it was messy.

    Please, contact administrator
    for this information.
    1 Answer
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 24, 2021 at 07:57

    Helllo,

    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

  • Viewing 2 results - 1 through 2 (of 2 total)

The issue related to '‘Woocommerce Account Page Mobile Layout Messy’' has been successfully resolved, and the topic is now closed for further responses

Helpful Topics

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.