New Landing How can we help? Atelier Portfolio Filter Feature on mobile

Viewing 2 posts - 1 through 2 (of 2 total)
  • Posted in: Atelier
  • #312754
    urbaba
    Member
    Post count: 24

    Hi!
    I was wondering if it was possible to have the filtering feature for the portfolio page on mobile?
    Thanks!

    #312972
    David Martin – Support
    Moderator
    Post count: 20834

    There is not really any space for it. If you really wanted to you could use CSS to add it back to small screens.

    @media only screen and (max-width: 767px) {
        .filter-wrap {
            display: block !important;
        }
        .post-filter-tabs li {
            line-height: 25px;  
        }
    }
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register