slidr icon indicating copy to clipboard operation
slidr copied to clipboard

Controls position

Open AlinaMora opened this issue 11 years ago • 2 comments

Hey! I was wondering if there's any possibility of placing the controls at the upper corner of the slider. Thank you

AlinaMora avatar Mar 21 '14 20:03 AlinaMora

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!

bchanx avatar Mar 24 '14 23:03 bchanx

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

tommibv avatar Apr 15 '15 18:04 tommibv