full with shipping methods
-
Hi, can you help me to set it? https://prnt.sc/vuiy19
I cant stretch th,td to be 100% width
Here is what I did:
//It is working
.woocommerce-shipping-totals {
display: flex;
flex-direction: column;
}
//it is not working
.woocommerce-shipping-totals th, .woocommerce-shipping-totals td {
width: 100%;
max-width: 100%;
}
Hello,
HTML structure does not allow solving it by custom CSS. Such modification requires complicated Woocommerce code customization which is not covered by our support.
Best Regards