My account page mobile/tablet view (responsive theme?)

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

  • Avatar: Ivan
    Ivan
    Participant
    March 15, 2021 at 21:33

    Hi!
    Why does it look so bad?
    https://prnt.sc/10mlre8
    https://prnt.sc/10mlqig
    Is there any way to fix it on our part? If not, please fix this as soon as possible.
    Thanks

    1 Answer
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 16, 2021 at 07:59

    Hello,

    Thanks for using our theme.
    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 the 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 '‘My account page mobile/tablet view (responsive theme?)’' 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.