Okay
  Public Ticket #1558568
Portfolio Filters
Closed

Comments

  •  1
    Dobrin started the conversation

    How to make Portfolio Filters small as the site menu or hide it for mobile phones.

    The current wallet filtering menu is visible in all categories and is very inappropriate for mobile devices.

    Regards, Dobrin

  •  1,974
    Support replied

    Hi,

    Easiest is to hide them via CSS for mobile devices

    @media only screen and (max-width: 767px) {

        #filters{

             display: none;

       }

    }

    in theme options -> styling options -> custom CSS


    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  •  1
    Dobrin replied

    Hi, 

    Thank you, it worked :)

    Regards, Dobrin