How edit my account section - by Martin82

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

  • Avatar: Martin82
    Martin82
    Participant
    February 19, 2021 at 10:50

    Hi

    Can you please tell me how i can change size of black frame around customer email, is not displayed with correct size on mobile phone.
    Please check attachment.
    https://i.postimg.cc/43RtxBd9/20210219-094719.jpg

    3 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 19, 2021 at 11:08

    Hello,

    If you are using file generator css you may simply regenerate your file through your XStore Control Panel settings
    Otherwise download style.css and xstore.css files from this page https://dropmefiles.com/zzzaQ and re-upload them into themes/xstore folder
    or you can add next code in Theme Options > Theme cusrtom CSS > Global custom CSS and remove it after updating to next theme version

    @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;
        }
    }

    Regards

    Avatar: Martin82
    Martin82
    Participant
    February 19, 2021 at 21:50

    Hi

    I’ve uploaded css files from you, but doesn’t make any changes.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 20, 2021 at 08:24

    Hi,

    Have you cleared cache?
    Could you provide URL of your site?

    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.