Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

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,092
    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,092
    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