Limited availability during the holidays

Another busy year is coming to its end, and an exciting year lies ahead. In order to get ready for a fresh new start, our team will spend a few days' rest during the winter holidays. Over the holiday break, we will have reduced staffing from December 20th, 2024, to January 5th, 2025, so please be patient if you do not receive a response as quickly as you normally would.

We send our warmest wishes for happiness, health, and success throughout the coming year. Thank you for your continued support, and may you have a peaceful and blessed Happy Holidays!

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.