Okay
  Public Ticket #1040473
navButtons in jquery LS
Closed

Comments

  •  2
    Nitin started the conversation

    Hi,

    i would like to know if we can hide the navButtons only in mobile screen size. 

  • [deleted] replied

    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.

  •  2
    Nitin replied

    Hi 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] replied

    Thank you for the feedback, glad you could solve the problem. If you need further assistance please let us know.