Change Logo Size on PDF

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