/* Remove padding/margin from body and wrappers */ body, html { margin: 0 !important; padding: 0 !important; overflow-x: hidden; } /* Force top section to stick to top */ .section:first-of-type, #content .content-section:first-of-type, .content-section:first-child { margin-top: 0 !important; padding-top: 0 !important; } /* Remove white space caused by header/navbar if needed */ header#header, .header-inner { margin: 0 !important; padding: 0 !important; background: transparent !important; position: absolute; top: 0; left: 0; right: 0; z-index: 100; }