Hi,
The order table in the cellular version is unconfigured, see the image below.
This topic has 2 replies, 2 voices, and was last updated 4 years, 7 months ago ago by Olga Barlow
Hi,
The order table in the cellular version is unconfigured, see the image below.
Hello,
I have added the below code to custom CSS to add scroll and change aligment of the elements
@media only screen and (max-width: 768px) {
.woocommerce-MyAccount-content {
overflow: auto;
}
.woocommerce-orders-table__header.woocommerce-orders-table__header-order-actions, td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions, td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions .woocommerce-button {
text-align: left;
}
td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions .woocommerce-button {
padding: 10px 0;
background: transparent;
border: none;
text-decoration: underline;
font-size: 10px;
margin: 0;
color: #222;
display: block;
}
}
Check now.
Regards
The issue related to '‘Cell version order table’' has been successfully resolved, and the topic is now closed for further responses