Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #532912

    Hi Guys,

    Is there a quick print CSS hack that would remove the header, nav logo and footer and would only print the main content with style?

    Thanks,
    D.

    #532929

    Hey dhuet!

    You can check some informations here:
    http://www.joshuawinn.com/css-print-media-query/

    on how to use the following to make your print CSS work out.
    Let us know if you have any extra questions.

    Regards,
    Basilis

    #532946

    Hi,

    it seems to work . However I left navigation container is style showing.

    Thanks,
    D

    #534076

    Hi!

    However I left navigation container is style showing.

    No idea what you mean with this sentence. Do you want navigation to show up in your print.css?

    Regards,
    Andy

    #534246

    Sorry, I meant the left side navigation not yo show. I’d like to the content to print the full page.

    Thank you.

    #534605

    Hey!

    You need to add this inside the print media query:

    .responsive.html_header_left #main {
        margin-left: 0;
    }

    Cheers!
    Ismael

    #534840

    Bingo!

    Thank you Ismael.
    D.

    #535234

    Hi,

    Glad we could help :-)

    Best regards,
    Rikard

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