Comments 2Nitin started the conversationJanuary 29, 2017 at 9:43amHi,i would like to know if we can hide the navButtons only in mobile screen size. [deleted] repliedJanuary 29, 2017 at 12:51pmHey Nitin,There is no built-in option to achieve this at the moment. However, as an alternate method you could create the nav arrows manually by some smartlinked layers and only display them on dekstop. 2Nitin repliedJanuary 29, 2017 at 9:58pmHi Attila,I figured out the solution using css way. @media (max-width: 992px){ /* Small Screen */ .ls-bottom-slidebuttons, .ls-nav-start, .ls-nav-stop{ display: none !important; } }this will hide the navButtons when screen size is small [deleted] repliedJanuary 29, 2017 at 10:58pmThank you for the feedback, glad you could solve the problem. If you need further assistance please let us know. Sign in to reply ...
Hi,
i would like to know if we can hide the navButtons only in mobile screen size.
Hey Nitin,
There is no built-in option to achieve this at the moment.
However, as an alternate method you could create the nav arrows manually by some smartlinked layers and only display them on dekstop.
Hi Attila,
I figured out the solution using css way.
this will hide the navButtons when screen size is small
Thank you for the feedback, glad you could solve the problem. If you need further assistance please let us know.