I have this module installed and I am using version 7.x-1.0-beta1. I am also using dompdf with it. I have changed the print.css to float the logo to the right of the page when you click on the Print button. However, when you click on PDF the logo is on the left. I really want to float it to the right so there is more room on the page for the actual text. Here is my CSS in the print css file for the logo.

.print-logo {
	float:right;
	width:205px;
	height:117px;
	margin:0 0 10px 15px;
}
img.#logo.print-logo,
img.print-logo {
	border: 0;
	float:right !important;
	width:205px;
	height:117px;
}

Is there a way to make it float to the right on the PDF as well?

Comments

jcnventura’s picture

Status: Active » Postponed (maintainer needs more info)

Try wkhtmltopdf..

jcnventura’s picture

Status: Postponed (maintainer needs more info) » Closed (works as designed)

No further info in more than two weeks. Closing the issue.