css - Responsive Site Blank Print Preview -
i've tried know our responsive site http://www.usalight.com print. i've tried adding @media queries our stylesheets below:
@media print { * { text-shadow: none !important; color: #000 !important; background: transparent !important; box-shadow: none !important; } } i've tried adding separate print.css stylesheet linked in our header below:
<link rel="stylesheet" type="text/css" href="/css/print.css" media="print"> i've added media="print,screen" our stylesheets no avail. don't why can't show in print preview. ideas?
it seems have fact page inside .navbar-default div. adding ending div tag before #main-body id allows of page print.
Comments
Post a Comment