horizontal alignment div in print css

clisdidgisity

New Member
I am trying to print a web page....for that i am trying to align the div structure properly....but the problem is i am using media queries for iphone layout....that css is disturbing my print....how to remove those properties in media print...and make the div horizontally aligned...when you right click and print the page you can see the result...http://jsfiddle.net/rrgDW/\[code\]@media print { tr.inventoryListHeading { background-color: #1a4567 !important; -webkit-print-color-adjust: exact; }} @media print { .inventoryListHeading th { color: white !important; }}\[/code\]
 
Top