We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Specific page margin for fist / left / right pages on print.
Works in chrome:
@page :left { margin: 1in 2in 1in 1in; } @page :right { margin: 1in 1in 1in 2in; } @page :first { margin: 1in 1.5in 1in 1.5in; }
The text was updated successfully, but these errors were encountered:
Need to add a spacer "E" shape to add the first/ left / right page margins. This size (px) of this shape could be used to create pagination.
Sorry, something went wrong.
No branches or pull requests
Need
Specific page margin for fist / left / right pages on print.
Solution
Works in chrome:
The text was updated successfully, but these errors were encountered: