My account in mobile view got layout problem

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

  • Avatar: alexlim
    alexlim
    Participant
    March 10, 2021 at 09:59

    Dear 8theme,

    May i know why after i using my phone to view website “https://powerautocity.com/” then i go to login to my account the layout look like not arrange properly how to fix it?

    https://i.imgur.com/y1ex76c.png

    Thank You

    Please, contact administrator
    for this information.
    3 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 10, 2021 at 10:02

    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

    Avatar: alexlim
    alexlim
    Participant
    March 10, 2021 at 10:12

    Hi,

    so next update will fix this problem right?

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 10, 2021 at 10:21

    Hi,

    Yes.

    Regards

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

You must be logged in to reply to this topic.Log in/Sign up

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