[Support request] Widget header disable mobile

Home Forums Support [Support request] Widget header disable mobile

Home Forums Support Widget header disable mobile

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #265849
    Leon

    Can I create a way to not show the header-widget on mobile and tablet devices?

    I only want to show the header widget on desktops.

    Thanks!

    #265930
    Leo
    Staff
    Customer Support

    Hi Leon,

    Try this CSS:

    @media (max-width: 1024px) {
        .header-widget { 
            display: none;
        }
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Let me know.

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