Reply 215567 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 15:29

Hello,

Replace the previous code by the following

@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;
    }
    .my_account_orders td .button:hover{
        color:#c62929;
        text-decoration: underline;  
    }
}

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.