Change Logo Size on PDF

Hiya InvoicePlaners!

I’ve spent hours customising my quote and invoice templates and I want to increase the size of my logo. I assumed it displayed the logo at actual size so I uploaded a larger version, but it remains the same. I can’t seem to find where the logo size dimensions are specified in CSS or otherwise.

I know there was a previous question regarding this, but it was never answered.

Thanks!

I found it.

I added the following to assets/default/css/custom.css:

#invoice-logo { 
max-width: 15em !important;
max-height: 15em !important;
margin-bottom: 1em;
}

Looks MUCH better! :smiley:

5 Likes

This topic was automatically closed after 24 hours. New replies are no longer allowed.