Is there a way to disable the Portfolio filter on the mobile only?
I would like to use it on the desktop for sorting but because I have a decent number of categories, it just looks too long on the mobile so I would like to disable the filter for the mobile only (and maybe the tablet - not sure).
Is there a way to disable the Portfolio filter on the mobile only?
I would like to use it on the desktop for sorting but because I have a decent number of categories, it just looks too long on the mobile so I would like to disable the filter for the mobile only (and maybe the tablet - not sure).
Thank you! You guys have awesome support!
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