MY ACCOUNT PAGE MOBILE VERSION IS BAD - by jay

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

  • Avatar: jay
    jay
    Participant
    March 5, 2021 at 23:57

    I’m new to X8theme and i like all the features that comes with it. However, you guys made a change in layout to the Account page and it looks good except on mobile version. I’ve tried to fix it with no luck as its a woocommerce short-code. just need to make the nav menu list a bit wider but at the moment it has a border line drawn accross the list.

    Also, my theme seem to have has a sidebar widget that seem hard coded with the default and theme page layout so that appears on every page and i have no luck in trying to remove it and keep it as full-width.

    Any help please.

    Please, contact administrator
    for this information.
    3 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 6, 2021 at 08:40

    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 My account page then. This code can be deleted after the next theme update.

    Theme Options > Blog > Blog layout > Sidebar position > Disable.

    Regards

    Avatar: jay
    jay
    Participant
    March 10, 2021 at 01:26

    I’m sorry mate but the code didnt fix the mobile version of “MY ACCOUNT” page.

    It still looks bad on mobile

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 10, 2021 at 08:34

    Clear cache of your mobile browser and check one more time.
    Provide temporary wp-admin access, so we can take a closer look.

    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.