When printing on Chrome, my page (top and bottom) margins are cutting the text in half. On my print.css
I defined:
@page {
size: letter;
size: 8.5in 11in;
margin: 20cm 2cm;
overflow: visible;
}
Cannot find a possible solution to fix this bug. Any advice would be greatly appreciated.
Use " overflow: auto " (or maybe " overflow: visible ") instead. Is the element itself, or a container, using " position: absolute " or " position: fixed ". You should use " position: static " (default positioning) for printing.
In order to change Chrome default print margins, all you'll have to do is change the margins settings to your preference and it will become the default print margins. To change the print margins settings in Google Chrome, this is what you'll need to do: Enter the Chrome print preview page (Shortcut: Ctrl+P):
Document prints and previews, but cuts off the margins. Changing margins does NOT help. When I preview and print a document in Word 2010, the document is previewed and printed with most of the words cut off.
Step 1: Open regedit. Step 2: Go to Computer\HKEY_CURRENT_USER\SOFTWARE\Policies\Google\Chrome or Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome Step 3: Add DisablePrintPreview REG_DWORD with value 1. Step 4: Restart Google Chrome. Remark: You can use the group policy to push down this key to all user PC. Step 1: Open Terminal.
Follow below solution steps to resolve loading print preview take long time issue by disabling print preview function in Google Chrome. Step 1: Open regedit. Step 2: Go to Computer\HKEY_CURRENT_USER\SOFTWARE\Policies\Google\Chrome or Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome
Open Edge browser > open your URL / Webpage > Settings (three dots, upper right) > Print > More Settings If margins are left at Default, the print may start 2 inches from the top of the paper >> check!
margin: 20cm 2cm;
Your top and bottom margins are 20cm each (7.8in) on paper that is 11 inches high. That doesn't make sense. Did you mean 20mm
(2cm) margin?
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With