/* Site Header ---------------------------------------------------------------------------------------------------- */ /* This is where the magic happens. You need * to assign a fixed position in order for * everything else to work correctly. --------------------------------------------- */ .site-header { position: fixed; top: 0; width: 100%; z-index: 2000; } /* This will ensure your site looks correct * when the admin bar is displaying. --------------------------------------------- */ body.admin-bar .site-header { top: 28px /* Make this 32px if MP6 is installed */ }