Jes Sie

Jes Sie

  • 698
  • 1.2k
  • 262.5k

placing a div on the 2nd page when printing, html Margins

Nov 21 2017 12:39 AM
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:
  1. .ListAttachement{  
  2.     box-decoration-break: clone;  
  3.     margin-bottom: 120px;  
  4.     padding:15%;  
  5. }  
Hope someone can help me. Thanks in advance. 

Answers (2)