[Support request] Disable mobile header not working

Home Forums Support [Support request] Disable mobile header not working

Home Forums Support Disable mobile header not working

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #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.

    #427750
    Leo
    Staff
    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/

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.