I have a client that would like the header of the web page to be printed out. Does anyone know where in Twenty Ten files it states what to print? It appears that something somewhere is telling it to print only the content area.
I have a client that would like the header of the web page to be printed out. Does anyone know where in Twenty Ten files it states what to print? It appears that something somewhere is telling it to print only the content area.
Edit style.css:
#access,
#branding img,
#respond,
.comment-edit-link,
.edit-link,
.navigation,
.page-link,
.widget-area {
display: none !important;
}
and remove #branding img,.
thank you!!
This topic has been closed to new replies.