• Resolved fafa24

    (@fafa24)


    Hello,

    I would like your support again. Last time you were able to help me with a code snippet.

    I would like to increase the space for the delivery note or move down where the start of the product section. Basically to increase the space between the address to the start of the product section.

    The space is fine for the invoice, but not for the delivery note. I figured out why the space is fine because the invoice has more fields on the right side.

    sample

    I hope that you can open this link with the example.

    Thanks,

    • This topic was modified 4 years, 9 months ago by fafa24.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor alexmigf

    (@alexmigf)

    Hello @fafa24

    Please add the code snippet below:

    add_action( 'wpo_wcpdf_custom_styles', function( $document_type, $document ) {
    	?>
    	.packing-slip .order-details {
    		margin-top: 20mm;
    	}
    	<?php
    }, 10, 2 );

    If you never worked with actions/filters please read this documentation page: How to use filters

    Thread Starter fafa24

    (@fafa24)

    Thanks – it worked perfectly. greatly appreciate your prompt reply.

    Plugin Contributor alexmigf

    (@alexmigf)

    You’re welcome 🙂

    Have a nice day!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘delivery note spacing’ is closed to new replies.