Slider Bubbles - Can these be moved to the right and stacked? [Solved]

Quick question. Can the slider buttons / bubbles be vertically stacked and on the right-side of a web page? - asking first because i’d like to hear if anyone else has done this.

-Sean


Here is my public share link: LINK
(how to access public share link)

Sure you can.

Give your slider-element a fixed height, then select “slide nav” object and give it -position absolute- right, be sure to check the margins to set margin-right to zero !! Then give it a width of 30px and a height of 100%, set it to display: flex align:center justify:center and voila:

cheers
daniel

1 Like

@Daniel_Schultheiss - thank you so much sir!

really appreciate it!

Why when i do this, the slider nav buttons are no longer click-able?

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.