Banners should not show up when printing an article. This appears to be an issue with inline banners e.g. desktop small. Simply adding .noprint didn't fix it.
Description
Description
Event Timeline
Comment Actions
The internet suggested including the following:
@media print
{
.no-print, .no-print * { display: none !important; }
}