[Resolved] Conditionally display header widget

Home Forums Support [Resolved] Conditionally display header widget

Home Forums Support Conditionally display header widget

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #975266
    maria

    I have a header widget that I’d like to display only on the desktop site. I know that I can use the Mobile Header feature to suppress the entire header, but I just want to suppress the widget. How can I do this?

    #975309
    David
    Staff
    Customer Support

    Hi there,

    try adding this CSS:

    @media (max-width: 768px) {
        .header-widget {
            display: none;
        }
    }
    #975988
    maria

    That worked, thanks.

    #976017
    David
    Staff
    Customer Support

    Glad to be of help

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