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.
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.
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?*/