CSS items

Hi guys.
Is there a way to change the inlist position?, like pull it up.
I also have a text item that I want to the same thing.
I have search it, but not found anything.

Do you have a visual representation of the thing you want to achieve?

just change the type position:

div[id*='screenScrollView'] > div >:nth-of-type(6) {
position:relative !important;
top: -100px !important;
}

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.