Home › Forums › Support › Disable mobile header not working This topic has 1 reply, 2 voices, and was last updated 6 years, 10 months ago by Leo. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts November 18, 2017 at 2:18 pm #427742 Louis In Customize -> Layout -> Header -> Mobile Header is disabled. But the Header still shows up on my phone. Any ideas on what I am missing? Thanks. November 18, 2017 at 2:43 pm #427750 LeoStaff Customer Support Hi there, The mobile header is disable on your site already. Are you trying to hide the site header on mobile? If so try this CSS: @media (max-width: 768px) { .site-header { display: none; } } Adding CSS: https://docs.generatepress.com/article/adding-css/ Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In