Spark Chao
Posts: 0
Joined: Sat Jan 17, 2015 6:25 am

move the number in list component

hello
how can I move the number in list component to where I want.
thanks for your suggestion!
Image

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

move the number in list component

Hello Spark,

I'm afraid the only way is to uncheck Numbered option for a list component and use images with numbers and place them with css where you want.

Spark Chao
Posts: 0
Joined: Sat Jan 17, 2015 6:25 am

move the number in list component

Evgene
Thanks for your reply.
Could you give me more advises about the image?
Because I use sorting get the top 5 user's score from database,how can I define the image from NO.1 to NO.5?
And where I can import the image?
Thanks for your help!!

Pavel Zarudniy
Posts: 0
Joined: Mon Jul 06, 2015 8:56 am

move the number in list component

Hi Spark,
You can use css to move numbers something like that:
code
ol.ui-listview li.ui-btn:first-child:before{
left: 15px;
top: 25px;
}
/code

Return to “Issues”