Disable filter bar on mobile?

Home Forums Calendar Products Filter Bar Disable filter bar on mobile?

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1013442
    josearistud
    Participant

    Hey guys,

    I just want to know is there is a way to disable the filter bar on Mobile devices. Like snippet or something? Let me know. Thanks.

    #1013478
    Geoff
    Member

    Hey @josearistud,

    Good question! I would probably do in with CSS media queries. So, for example:

    @media only screen and (max-width: 767px) {
    #tribe_events_filters_wrapper {
    display: none;
    }
    }

    Of course, feel free to change the 767px to whatever width makes sense to re-introduce the filters.

    Will that work for you? Please let me know. 🙂

    Geoff

    #1017684
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

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