Page 1 of 1

changing the position of the carrousel dots.

Posted: Thu Oct 22, 2015 7:37 pm
by LuisMa Suárez Gutiérrez

I'm trying to create a app that uses a carrousel as backgrond with no space around. for that i need to move the dots into the frame.

ths is the current status of my app

http://appery.io/app/mobile-frame?src...

and this is what i am trying to so create, this is the design of my Ui designer.

how can i move the position of the dots into the image?


changing the position of the carrousel dots.

Posted: Fri Oct 23, 2015 3:04 pm
by Serhii Kulibaba

Hello,

Please use CSS below:

pre.ui-carousel-indicators{
top: -80px;
bottom: auto;
position: inherit;
}/pre