I have a div which I would like to place it on the 2nd page when printing. I was able to place on the 2nd page but the left and right margin I don't have a luck. See picture below:
below is by css code:
- .ListAttachement{
- box-decoration-break: clone;
- margin-bottom: 120px;
- padding:15%;
- }
Hope someone can help me. Thanks in advance.