- CSS @media print to hide different portions
This commit is contained in:
2025-07-10 22:32:32 -05:00
parent 6f75cd5c03
commit 0d2c5c54b0
5 changed files with 6 additions and 7 deletions

View File

@@ -30,10 +30,9 @@
.container-sidebar-left,
.container-bottom-a,
.container-bottom-b,
#lhc_container_v2 *,
footer,
.fb-comments,
{
#lhc_container_v2 *{
display: none!important;
}
}