S
S
sadieff2018-12-05 09:40:29
css
sadieff, 2018-12-05 09:40:29

How to remove page margins from the print version?

Guys, such a problem. I want to print a page without margins. Now the print version looks like this: https://yadi.sk/i/QdyK5xLvlVyAlg The margins in the browser are set by default and as a result there are margins of 1 centimeter. Is it possible that IN THE DEFAULT SETTINGS there are no such fields? And the default settings are the margin settings of the browser itself, or do you mean the default settings for print styles?
Now the print styles are as follows:

@page { 
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
    page-break-inside: avoid;
    size: 21cm 29.7cm;
    zoom: 1.0;
  }

body, html indents - also reset to 0, did not help.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dima, 2018-12-05
Dolgoter @SpiderPigAndCat

@media print {
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question