Comments Chelsea started the conversationOctober 2, 2014 at 7:35pmHi,Is it possible to turn off the "Sort Portfolio" option when viewing the site from a mobile device? I still would like the Sort Portfolio to work when viewing the site from a computer. Thank you!Chelsea repliedOctober 2, 2014 at 7:37pmSorry the heading should say "Turn OFF "sort portfolio" only on mobile" 8,839Tahir repliedOctober 4, 2014 at 4:52pmHey Chelsea!It can be hidden with some custom css. Add this into the Custom CSS box located in your Salient Options panel :@media only screen and (max-width: 480px) { #portfolio-filters { display: none !important; } } Thanks ThemeNectar Support Team Sign in to reply ...
Hi,
Is it possible to turn off the "Sort Portfolio" option when viewing the site from a mobile device? I still would like the Sort Portfolio to work when viewing the site from a computer. Thank you!
Sorry the heading should say "Turn OFF "sort portfolio" only on mobile"
Hey Chelsea!
It can be hidden with some custom css. Add this into the Custom CSS box located in your Salient Options panel :
Thanks
ThemeNectar Support Team