Comments Graeme started the conversationApril 5, 2020 at 3:59pmHiis there a way of turning off the horizontal portfolio filter on a mobile device? I have a lot of categories and it takes too much space at the top of a mobile screenthanks!Graeme 3,022Andrew repliedApril 6, 2020 at 5:09amHiĀ Graeme,Use the following custom css in Salient > General settings > CSS/Script related: @media only screen and (max-width: 1000px) { .portfolio-filters-inline { display: none; } } Hope this helps.1 Like Sign in to reply ...
Hi
is there a way of turning off the horizontal portfolio filter on a mobile device? I have a lot of categories and it takes too much space at the top of a mobile screen
thanks!
Graeme
HiĀ Graeme,
Use the following custom css in Salient > General settings > CSS/Script related:
Hope this helps.