Penci Design replied
Hi,
To disable the Portfolio filter on the mobile only, please add more this code to Customize -> Addtional CSS do do that:
\
@media only screen and (max-width: 480px){ .penci-portfolio-filter { display: none !important; } }\
Change width screen code 480px on the above to any width code you want.
With mobile width is 480px, tablets is 768px.
Best Regards,
PenciDesign