Viewing 1 replies (of 1 total)
  • Plugin Author David Jensen

    (@dkjensen)

    You will need to modify the stylesheet used for the PDF. Copy the pdf-styles.php template from the plugin, you can find it here.

    Copy it to your child-theme/woocommerce/wc-cart-pdf/pdf-styles.php

    There you can modify the CSS.

    I would try adding the following at the end:

    table
    table th, 
    table td {
        border: 1px solid;
        width: 100%;
        border-collapse: collapse;
    }

    Feel free to modify the rest of the CSS as necessary.

Viewing 1 replies (of 1 total)
  • The topic ‘style’ is closed to new replies.