Title: Need small customization
Last modified: September 3, 2020

---

# Need small customization

 *  Resolved [shareef790](https://wordpress.org/support/users/shareef790/)
 * (@shareef790)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/need-small-customization/)
 * I am trying make the default invoice with some spacing, etc. Here is what I am
   trying to do:
 * 1. On the top area, the logo on the left and the address field on the right are
   attached to each other, I want to create some space between them. Though I have
   put a very small image but the space between logo and address is still not showing.
   
   2. Below that on the right side, the following appears: Invoice Number: 38 Invoice
   Date: 3 September 2020 Order Number: WEB5773 Order Date: I want to make invoice
   number in one line instead of 2 lines, and so for other things like invoice date,
   order number, order date.
 * Can someone please help with the css changes here thanks
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fneed-small-customization%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Thread Starter [shareef790](https://wordpress.org/support/users/shareef790/)
 * (@shareef790)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/need-small-customization/#post-13355790)
 * Actually it is not customization but some CSS changes to space the contents in
   the default invoice only.
 *  Thread Starter [shareef790](https://wordpress.org/support/users/shareef790/)
 * (@shareef790)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/need-small-customization/#post-13355936)
 * Actually I reduced the logo size the first issue is fixed now. Just I need to
   know how to push the ‘right column’ to slightly left. Appreciate any help Thanks
 *  Plugin Contributor [kluver](https://wordpress.org/support/users/kluver/)
 * (@kluver)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/need-small-customization/#post-13360291)
 * Hi [@shareef790](https://wordpress.org/support/users/shareef790/),
 * You can make the order data table a bit wider (default 40%) with the following
   code snippet:
 *     ```
       add_action( 'wpo_wcpdf_custom_styles', 'wpo_wcpdf_custom_styles' );
       function wpo_wcpdf_custom_styles () {
       	?>
       	body.invoice td.order-data {
       		width: 45%;
       	}
       	<?php
       }
       ```
   
 * This code snippet should be added to the functions.php of your child theme or
   via a plugin like Code Snippets. If you haven’t worked with code snippets before
   please read this: [How to use filters](https://docs.wpovernight.com/general/how-to-use-filters/)
 *  Thread Starter [shareef790](https://wordpress.org/support/users/shareef790/)
 * (@shareef790)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/need-small-customization/#post-13360611)
 * Yes thanks
 *  Thread Starter [shareef790](https://wordpress.org/support/users/shareef790/)
 * (@shareef790)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/need-small-customization/#post-13360613)
 * All good

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

The topic ‘Need small customization’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce-pdf-invoices-packing-slips/assets/icon-256x256.
   png?rev=2189942)
 * [PDF Invoices & Packing Slips for WooCommerce](https://wordpress.org/plugins/woocommerce-pdf-invoices-packing-slips/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce-pdf-invoices-packing-slips/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce-pdf-invoices-packing-slips/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce-pdf-invoices-packing-slips/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce-pdf-invoices-packing-slips/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce-pdf-invoices-packing-slips/reviews/)

## Tags

 * [css changes](https://wordpress.org/support/topic-tag/css-changes/)

 * 5 replies
 * 2 participants
 * Last reply from: [shareef790](https://wordpress.org/support/users/shareef790/)
 * Last activity: [5 years, 8 months ago](https://wordpress.org/support/topic/need-small-customization/#post-13360613)
 * Status: resolved