/* Hide WordPress header and navigation */ header, .site-header, .main-navigation, nav, .nav, .navbar, .site-navigation, .menu, #masthead, .entry-header, .page-header { display: none !important; }

/* Hide footer too if you want */ footer, .site-footer, #colophon { display: none !important; }

/* Make content full width */ .site-content, .content-area, main, article { margin: 0 !important; padding: 0 !important; max-width: 100% !important; }

/* Remove body padding/margin */ body { margin: 0 !important; padding: 0 !important; }

/* Make the page truly full screen */ .site { padding: 0 !important; margin: 0 !important; }