Make the header print out

  • Author
    Posts
  • #6149
    Melissa

    I have used the Mantra theme on my site, and have a custom header.  For some reason when I print out a page, the header and menu items don’t print.  What I am trying to do is allow the user to print the entire page with header.

    Thanks in advance!

    #6150
    Melissa

    Thought the website might help!

    #6153
    Melissa

    I have been looking at the css for @media print and wonder if there is something that needs to be changed there for the header to show up on the printout.  I assume that has to be done under Mantra Settings/Misc Settings/Custom CSS.

    What I found is that if I choose “Site Title and Description”, that will show up in the print preview, but if I choose Custom Header, it is blank.  The site is http://www.esummarize.com.

    #6157
    Melissa

    I have already found a solution to the Header visibility.  I need to make the menu visible now.  I can’t find what to put in the css.  Here is what I have now:

    @media print {
    img#bg_image {
    display: block !important;
    margin: 0 auto !important;
    }
    #menu{                             /*this part is not working, which css tag controls the menu?*/

    display: block !important;

    }
    }

    #6233
    Zed
    Cryout Creations mastermind

    The print CSS is heavily outdated. We’ll try to fix is in an upcoming update.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 5 posts - 1 through 5 (of 5 total)

The topic ‘Make the header print out’ is closed to new replies.