How I can customize the logo size of invoice template?

I already tried…

.company-logo img { width:0.2em !important}

<div class="company-logo"><?php echo invoice_logo_pdf(); ?></div>

A hack would be to just add whitespace to your image file.

If you are still looking for a solution, please see here

Great! Thanks a lot!