Hello Summer Sale!
Exclusive season-opening discount on TheGem theme.
Limited time offer.

Okay
  Public Ticket #1178218
Portfolio filter menu
Closed

Comments

  • francarranza started the conversation

    Hi, when I view this page on small devices, the portfolio's filter menu shows like a hamburger menu. I do not want this. I want the classical desktop view.

    Thanks

  •  7,280
    Oliver replied

    HI!

    pls. use following css:

    @media only screen and (max-width: 768px) {
    .portfolio-count, .portfolio-filters {
        display: block !Important;
    }
    }
    .portfolio-filters-resp {
        display: none;
    }

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • zournas replied

    Thanks but now I get both the hamburger menu and the categories.

    See: www.digital.gr

  •  7,280
    Oliver replied

    dd this:

    .portfolio-filters-resp {
        display: none !important;
    }
    

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver