How can I move the logo on the Magento PDF invoice to the left?
Last update: 21.10.2020 -
Christoph Maßmann
If you use our extension Advanced Invoice Layout for Magento it is very easy to move the logo on the PDF documents (invoice/shipment/creditmemo) to the left or right. Just enter the following CSS snippet into System > Configuration > Advanced Invoice Layout > Custom CSS to move the logo to the left:
#header #storeLogo { text-align: left; }