/* Hide header and footer only */ .site-header { display: none !important; } .site-footer { display: none !important; } .main-navigation { display: none !important; } .entry-header { display: none !important; } /* Remove top padding left by hidden header */ .site-content { padding-top: 0 !important; margin-top: 0 !important; } /* Keep sidebar but remove extra spacing */ .inside-article { padding: 0 !important; } body { margin-top: 0 !important; }