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

Avatar: Olga Barlow
Olga Barlow
Support staff
June 12, 2019 at 16:41

Hello,

You can decrease the font-size of the table to show all the information, for example

@media only screen and (max-width: 560px){
    table.woocommerce-orders-table  thead th {
        font-size: 0.8rem;
    }
    .my_account_orders td, .my_account_orders .view {
    font-size: 0.7rem;
    }
}
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.