print css issue
-
I’m doing the @media print section of my style.css & can’t get the site content to take up the whole page! I tried copying things from the 2014 theme & still have the same problem 🙁 I have header sidebar/widgets & footers OFF & same w/ the entrey/page meta in the posts:
@media print { .site, .site-header, .hentry, .site-content .entry-header, .site-content .entry-content, .site-content .entry-summary, .site-content .entry-meta, .page-content, .archive-header, .page-header, .contributor-info, .comments-area, .attachment .entry-attachment .attachment { max-width: 100% !important; } #site-header img, .search-toggle, .site-navigation, .site-content nav, .edit-link, .page-links, .widget-area, .more-link, .post-format-archive-link, .comment-respond, .comment-list .reply, .comment-reply-login, #secondary, .site-footer, .slider-control-paging, .slider-direction-nav, button, input, optgroup, select, textarea { display: none !important; } body,h1,h2,h3,h4,h5,h6,a,p,span { background: #fff !important; color: #000 !important; } img { border: 0 !important; } }The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘print css issue’ is closed to new replies.