Account page, orders - by DeVereor - on WordPress WooCommerce support

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

  • Avatar: DeVereor
    DeVereor
    Participant
    March 15, 2018 at 17:51

    screenshot attached in private.
    on mobile when view orders section of account, “actions” column gets cut off.
    what do i need to edit to fix this?

    Please, contact administrator
    for this information.
    13 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 16, 2018 at 09:40

    Hello,

    Please add this code in Custom css:

    .template-container {
        overflow:  visible;
    }
    .woocommerce-MyAccount-content {
        overflow:  auto;
    }
    

    Regards

    Avatar: DeVereor
    DeVereor
    Participant
    March 16, 2018 at 13:45

    hmmm… that hasn’t changed anything that i can see. On mobile still cannot see the final column

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 16, 2018 at 14:00

    Hello,

    The code added a possibility to scroll the orders information table. Please check one more time.

    Regards

    Avatar: DeVereor
    DeVereor
    Participant
    March 16, 2018 at 14:01

    I presumed that, but nope.. No change 🙁

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 16, 2018 at 14:06

    Could you please provide wp-admin access in Private Content?

    Regards

    Avatar: DeVereor
    DeVereor
    Participant
    March 16, 2018 at 14:09

    ofcourse..

    Please, contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 16, 2018 at 14:19

    Please clear cache and check one more time https://gyazo.com/7b1699dcdf01db956d76649d0c2a9cd6

    Regards

    Avatar: DeVereor
    DeVereor
    Participant
    March 16, 2018 at 14:25

    Knew it had to be me not you, thank you again 🙂

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 16, 2018 at 15:21

    You’re welcome!
    Have a nice day.

    Regards

    Avatar: DeVereor
    DeVereor
    Participant
    March 17, 2018 at 10:10

    Oh, just realised.. It’s also made overflow on themes homepage scrollable, as before it was static

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 19, 2018 at 08:26

    Hello,

    You are right, please delete the code from Theme Options > Styling > Custom css and add this in Custom css for the account page http://prntscr.com/it51x8

    Regards

    Avatar: DeVereor
    DeVereor
    Participant
    March 19, 2018 at 13:36

    perfect, thank you

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 19, 2018 at 13:48

    You’re welcome.

    Regards

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