LuisMa Suárez Gutiérrez
Posts: 0
Joined: Mon Aug 18, 2014 9:12 pm

changing the position of the carrousel dots.

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?

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

changing the position of the carrousel dots.

Hello,

Please use CSS below:

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

Return to “Issues”