Reply 215537 to: Help, Is there any way to leave this part of the page for mobile

Avatar: Olga Barlow
Olga Barlow
Support staff
June 13, 2019 at 11:04

Hello,

It’s not possible to change the structure of the table using CSS styles and to show the button below the information. If you want to change the structure of the table for mobile and tablet devices it’s possible only by additional PHP customization. Submit a request here
to get help with this.

We can help you only with minor CSS customization and decrease font-size a little bit, it’s still visible but allows you to avoid 2 lines for that button

@media only screen and (max-width:560px){
    .my_account_orders td {
        font-size: .77rem;
    }

    .my_account_orders td .button {
        font-size: .77rem;
        padding: 0;
        height: auto;
        border: none;
        background:transparent;
    }
}

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.