Checkout review order table bleeds out of the border on smartphones
-
Hi, i have an issue with the order review table, where because in the shipping i have an extra fields, the line in the table is too big and makes all the lines in the table bleed out.
I have tried using this css to make the shipping line wrap, but it seems all the width of all the th and td elements is connected. can you help me make the td element of the shipping line wrap bellow the th element and the two of them take the full width available, while the rest of the lines work independently?
https://snipboard.io/HsXLP9.jpg
Please take a look at this image i hope it helps explain what i need.
@media (max-width: 600px) {
.woocommerce-shipping-totals.shipping {
width: 100%;
}
.woocommerce-shipping-totals.shipping th,
.woocommerce-shipping-totals.shipping td {
width: 100%;
display: block;
}
.shipping td{
width: 100%;
}
}Thank you in advance. Dimos
The page I need help with: [log in to see the link]
- You must be logged in to reply to this topic.