Posted: June 14, 2014 at 10:08 pm
|
I have a 300px x 91px logo that gets squished on the PDF Invoice. I followed the instructions to use less than 400px. Thanks for your help! |
|
Hi, What version of Event Espresso are you using please? |
|
EE4. Thanks! |
Would it be possible for you to link us to the invoice so we can view what is happening please? |
|
|
Yes: |
Hello, I was able to figure out the cause and I have a solution: http://cl.ly/image/232L0V1T262k Could you edit your invoices base.css file and change the following lines: #logo-dv { width:150px!important; } #logo-dv img { max-width:150px!important; border: none; } to this: #logo-dv { width:auto !important; } #logo-dv img { max-width:none !important; border: none; } The base.css file is located here: wp-content/plugins/event-espresso-core-reg/modules/gateways/lib/templates/ Let us know if this fixes the issue. Thanks. —
|
|
|
Before I do this, what will happen when I update EE? Will I need to do this again? |
|
In that directory, these are the files and folders I see: Also, what is the real solution? Is a 300px logo too wide even though it says use 300px. I’d rather approach this in a non-hacking way. |
This is the location: wp-content/plugins/event-espresso-core-reg/modules/gateways/lib/templates/ We’ve fixed this for an upcoming version of Event Espresso by raising the width setting. — |
|
|
Approximately when will that be out? Are you sure that’s the right location for EE4? See link, there is no lib folder in gateways and I have not touched the plugin code. |
No estimate on a release. We fix issues and then we complete a checklist to ensure no new issues are introduced. The base.css file will be inside the Invoice folder. — |
|
|
So the correct path is actually this? wp-content/plugins/event-espresso-core-reg/modules/gateways/Invoice/lib/templates/ |
The support post ‘300px wide logo squished on PDF invoice’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.