Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #994507

    Hello Support,

    Is it possible to designate only the post content for printing or sending to a PDF? For example, if I try to send a post to print or to PDF I get multiple extra pages of nothing but Post Slider blog article titles. An example is included in the private data below.

    Any advice you can provide would be greatly appreciated.

    Thanks!

    #994755

    Hey MLA18,

    You could try to use the print media query to hide all html elements except the post/page content container. You can use it like:

    
    @media print {
        #top #wrap_all #header,  #top #wrap_all #footer,  #top #wrap_all #socket,  #top #wrap_all .sidebar {display:none;}
    }
    

    This won’t work with very old browsers but it should work with most modern browsers. You can also change the body font-family, etc. – see: http://edutechwiki.unige.ch/en/CSS_for_print_tutorial

    Best regards,
    Dude

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.