Site logo

[Resolved] Disable Header Widget on mobile?

Home Forums Support [Resolved] Disable Header Widget on mobile?

Home Forums Support Disable Header Widget on mobile?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #316553
    Mark

    Is there a way to disable the Header widget when I am on mobile? Currently I am using Lightweight Social Icons and when I go to mobile the icons slide underneath of the Logo and everything is all jumbled up (using a main nav logo that overlaps into Header area)

    #316556
    Tom
    Lead Developer
    Lead Developer

    Try this:

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

    Ok, sorry… I should have asked how to disable the Lightweight Social Icons themselves vs the whole Header Widget

    #316561
    Leo
    Staff
    Customer Support

    Try this instead:

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

    Let me know.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Disable Header Widget on mobile?’ is closed to new replies.