catchop Posted January 9 Share Posted January 9 Hello. I recently upgraded from 1.7 to 8.1. I could delete some unnecessary things from the delivery slip header by editing delivery slip tpl files, but there is still meaningless space on the top. Does anybody know how to remove this space? Thank you. Link to comment Share on other sites More sharing options...
catchop Posted January 9 Author Share Posted January 9 Ok, I could handle this myself. classes-pdf-PDFGenerator.php I changed this $this->setMargins(10, 40, 10); to $this->setMargins(10, 0, 10); Now there is less space on the top. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now