Home Forums WoodMart support forum full with shipping methods

full with shipping methods

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #247074

    rarodev
    Participant

    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%;
    }

    #247149

    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

Viewing 2 posts - 1 through 2 (of 2 total)