Hi together,
I want to print one single article. I used following CSS
@media print {
.site-logo,
.side-header,
.sidebarm,
.main-navigation,
.secondary-navigation,
.widget-area,
.footer-widgets {
display: none;
}
}
is there a possibility that my article is printed on the whloe page?
Thanks