NO BUG: Nestable Slider: Arrow Position

Browser: Chrome 114
OS: Windows

Hi

It seems that there is a problem in determining the position of the arrows in the nested slider widget…

I want to display two icons (PREV and NEXT) on the Left side. Therefore, I set the position of the PREV ARROW icon like this > TOP : -30 LEFT : 0
Also the NEXT ARROW icon position > TOP : -30 LEFT : -1100

Actually, the problem is that if we consider the left position of NEXT ARROW icon to be 0, the icon will be placed in the center. While it should be on the left side.

Are the following positions not reasonable to achieve the result (screenshot)?

PREV ARROW icon > TOP : -30 LEFT : 0
NEXT ARROW icon > TOP : -30 LEFT : 50

Hi Jolia,
Thanks so much for your report!

Please have a look at the default styles of the prev and next arrows. The next button has a default position of top and right. You need to unset the right position (add “unset” to right), to make the left positioning work.

Best regards,
timmse

1 Like