Simon
0
Q:

print media css

@media print {
  /* styling goes here */
  .example {
    display: none;
  }
}
1
@media print { 
 /* All your print styles go here */
 #header, #footer, #nav { display: none !important; } 
}
2

New to Communities?

Join the community