Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter yerb

    (@yerb)

    Or better yet add an option in admin setting to disable mobile navigation.

    Plugin Author Steve Truman

    (@a3rev)

    Hi Yerb

    You can below custom style into your theme

    @media only screen and (max-width: 720px) {
    body .a3-portfolio-navigation-mobile {
    display: none;
    }
    }

    Hope that it can help you

    Thanks – Steve

    Thread Starter yerb

    (@yerb)

    thanx, tried that, but I want to keep the filters.

    I would add a couple of options:

    – hide “all” filter
    – hide all filters
    – hide mobile menu but show filters

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to disable Navigation for filters?’ is closed to new replies.