Account page on mobile - by designerobot

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

  • Avatar: designerobot
    designerobot
    Participant
    September 26, 2018 at 11:07

    Hello, I noted some problems with borders that cut the text in the Account page on the mobile version.

    The problems are only on mobile version (on desktop all is perfect) and they changes according to the width of the page. For example on the screen of an iPhone 8 the text is cut.

    Please see the page link o the pics in PVT content.

    Please, contact administrator
    for this information.
    1 Answer
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 26, 2018 at 13:36

    Hello,

    Please add this code in Custom css for page:

    @media only screen and (max-width: 480px) {
        .woocommerce-account .page-wrapper .content-page {
            padding-left: 15px;
            padding-right: 15px;
        }
        .woocommerce-account .woocommerce-MyAccount-content {
            padding-left: 0px;
        }
    }

    Regards

  • Viewing 2 results - 1 through 2 (of 2 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.