Less whitespace between bundle products in packing slips and invoice
-
Hello team,
I want to have less whitespace between bundle product options in packing slips and invoice. See this screenshot of how it is now. https://snipboard.io/iLHB6T.jpg
I tried a few snippets, but it didn’t work.
I don’t know how I can view the CSS in the browser on a pdf file.
Last I tried was this:add_action( 'wpo_wcpdf_custom_styles', 'wpo_wcpdf_custom_styles', 10, 2 ); function wpo_wcpdf_custom_styles1 ( $document_type, $document ) { ?> .woocommerce-cart-form__cart-item cart_item bundled_table_item { line-height: 20px!important; padding: 0px 0px!important; } <?php } }
How can I change this?
Best, Tom
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Less whitespace between bundle products in packing slips and invoice’ is closed to new replies.