The following steps describe how a logo width on Advanced PDF/HTML Template can be set.
- Navigate to Customization > Forms > Advanced PDF/HTML Templates > edit e.g. Standard Sales Order Template
- Switch the editor to source view mode (left upper corner)
- Update the code of the logo image as follows, to set the width e.g. 200px (pixels).
< img src="${companyInformation.logoUrl}" style="float: left; margin: 7px; width: 200px;" />
-
Save