Title: Logo Size
Last modified: August 30, 2016

---

# Logo Size

 *  [hanse11](https://wordpress.org/support/users/hanse11/)
 * (@hanse11)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/logo-size-27/)
 * Hi I’m using Print Invoice Delivery Notes and i am wondering how i can change
   the size of the logo on the invoice.
 * the original image is 266 x 90 px
 * on the invoice it is shown in 66,5 x 22,5 px
 * the css in /wp-content/plugins/woocommerce-delivery-notes/templates/print-order
   does not affect the logo size.
 * does anyone have a solution?
 * thx in advance
 * [https://wordpress.org/plugins/woocommerce-delivery-notes/](https://wordpress.org/plugins/woocommerce-delivery-notes/)

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

 *  [Hoopy](https://wordpress.org/support/users/lcwilson18/)
 * (@lcwilson18)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/logo-size-27/#post-6286961)
 * add something like
    .order-branding .company-logo img { width:364px; height:125px;}
   in your
 * woocommerce-delivery-notes\templates\print-order\style.css
 *  [giovanni lorenzini](https://wordpress.org/support/users/giovannilorenzinigmailcom/)
 * (@giovannilorenzinigmailcom)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/logo-size-27/#post-6286964)
 * You can put in your theme function.php the following code
 *     ```
       function example_logo_with() {
       	?>
       		<style>
       			.order-branding .company-logo img {
       				width: 200px;
       				height: auto;
       			}
       		</style>
       	<?php
       }
       add_action( 'wcdn_head', 'example_logo_with', 20 );
       ```
   

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

The topic ‘Logo Size’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce-delivery-notes/assets/icon-256x256.jpg?rev=2829362)
 * [Print Invoice & Delivery Notes for WooCommerce](https://wordpress.org/plugins/woocommerce-delivery-notes/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce-delivery-notes/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce-delivery-notes/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce-delivery-notes/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce-delivery-notes/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce-delivery-notes/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [giovanni lorenzini](https://wordpress.org/support/users/giovannilorenzinigmailcom/)
 * Last activity: [10 years, 8 months ago](https://wordpress.org/support/topic/logo-size-27/#post-6286964)
 * Status: not resolved