Comments 1Dobrin started the conversationApril 30, 2018 at 2:50amHow 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,974Support repliedApril 30, 2018 at 4:36amHi,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 CSSThank you. Clapat Support https://www.clapat.com/ Review Envato Item Support Policy 1Dobrin repliedApril 30, 2018 at 5:23amHi, Thank you, it worked :) Regards, Dobrin Sign in to reply ...
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
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
Hi,
Thank you, it worked :)
Regards, Dobrin