I have been exploring different methods to set margins in print-settings and discovered that one effective way is to utilize @page (or specify it directly in @media print) within scss. Setting the @page-rule for margin has yielded positive results, especially when setting "Default" as the value for margins inside Print-Settings in Chrome.
Take a look at this Chrome screenshot
Is there a way to also assign specific margins for "Minimum" and "User identified" values for print browsers using @page css?