Title: Resizing Logo
Last modified: December 12, 2019

---

# Resizing Logo

 *  Resolved [Peter](https://wordpress.org/support/users/oncoursegoggles/)
 * (@oncoursegoggles)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/resizing-logo-4/)
 * Your plugin is great.
 * I’ve tried everything I can think of to resize our logo, but it always seems 
   to be scaled up.
 * The guidance in this post recommends 300 x 500 px jpg:
 * Is there a recommended method to reduce the logo size ?
 * Thanks
 * Peter

Viewing 1 replies (of 1 total)

 *  Plugin Contributor [kluver](https://wordpress.org/support/users/kluver/)
 * (@kluver)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/resizing-logo-4/#post-12235841)
 * Hi [@oncoursegoggles](https://wordpress.org/support/users/oncoursegoggles/),
 * The template indeed always resizes the logo to a height of 3cm. You can resize
   the logo with a little custom CSS by using the following code snippet:
 *     ```
       add_action( 'wpo_wcpdf_custom_styles', 'wpo_wcpdf_resize_logo' );
       function wpo_wcpdf_resize_logo () {
       	?>
       	td.header img { max-height: 2cm; }
       	<?php
       }
       ```
   
 * This code snippet should be added to the functions.php of your child theme or
   with a plugin like [Code Snippets](https://wordpress.org/plugins/code-snippets/).
   If you haven’t worked with functions.php or code snippets before please read 
   this: [How to use filters](https://docs.wpovernight.com/general/how-to-use-filters/)

Viewing 1 replies (of 1 total)

The topic ‘Resizing Logo’ 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

 * [logo](https://wordpress.org/support/topic-tag/logo/)
 * [Scale](https://wordpress.org/support/topic-tag/scale/)
 * [size](https://wordpress.org/support/topic-tag/size/)

 * 1 reply
 * 2 participants
 * Last reply from: [kluver](https://wordpress.org/support/users/kluver/)
 * Last activity: [6 years, 6 months ago](https://wordpress.org/support/topic/resizing-logo-4/#post-12235841)
 * Status: resolved