slidr
slidr copied to clipboard
Controls position
Hey! I was wondering if there's any possibility of placing the controls at the upper corner of the slider. Thank you
Hey @AlinaMora,
You can customize the position of the controls using some custom CSS. There's some explanation in the docs here, as well as a sample jsfiddle here. Let me know if you have any additional questions!
hey @bchanx ,
I am trying to style controls here: http://cuculus.it/capz/
using this (try first your example in jsfiddle): aside[id="slidr-control"] { top: 0 !important; left: 0 !important; }
but doesn't work