Title: Shop logo
Last modified: September 24, 2021

---

# Shop logo

 *  Resolved [Jigzoos](https://wordpress.org/support/users/jigzoos/)
 * (@jigzoos)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/shop-logo/)
 * I’ve added my shop logo but can’t see how to have it centred at the top of the
   page. It’s currently over on the left side. Can this be done?

Viewing 1 replies (of 1 total)

 *  Plugin Support [Upendra Kapse](https://wordpress.org/support/users/wpupen/)
 * (@wpupen)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/shop-logo/#post-14918955)
 * Hello,
 * To center your logo inside the Invoice please try adding the following code snippet
   either in the functions.php file of your active theme or as a snippet using the
   [Code Snippets](https://wordpress.org/plugins/code-snippets/) plugin:
 *     ```
       function example_customize_invoice() {
           ?>
           <style>
                    .order-branding .company-logo
       		{
       			margin-left: 250px;
       		}
               </style>
           <?php
       }
       add_action( 'wcdn_head', 'example_customize_invoice', 20 );
       ```
   
 * You can adjust the margin according to your requirement here in the above code
   snippet.
 * Kind Regards,
    Upendra.

Viewing 1 replies (of 1 total)

The topic ‘Shop logo’ 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/)

## Tags

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

 * 1 reply
 * 2 participants
 * Last reply from: [Upendra Kapse](https://wordpress.org/support/users/wpupen/)
 * Last activity: [4 years, 8 months ago](https://wordpress.org/support/topic/shop-logo/#post-14918955)
 * Status: resolved