BoldDesk®Customer service software offering ticketing, live chat, and omnichannel support, starting at $49/mo. for 10 agents. Try it for free.
@page
{
size: auto; /* auto is the initial value */
/* this affects the margin in the printer settings */
margin: 25mm 25mm 25mm 25mm;
}
body
{
/* this affects the margin on the content before sending to printer */
margin: 0px;
}
Any updates to this issue or another way to fix it?
Hi Goran,
It is not feasible to completely control the browser's default print headers and footers through code alone. This limitation arises because the browser manages headers and footers in print settings, and typically does not provide programmatic access to these elements due to concerns regarding security, privacy, and standardization.
Regards,
Priyadharshini