Page 1 of 1

Changing the position of bubble count on the list

Posted: Mon Aug 17, 2015 6:35 pm
by Adam Garbinski

Hello Appery,
Is it possible to change the position of count bubble on the list item? I would like to change the padding of this element so it does not overlap the list item name here:

Image


Changing the position of bubble count on the list

Posted: Tue Aug 18, 2015 3:47 pm
by Evgene Karachevtsev

Hello Adam,

Could you please clarify what element you use for this bubble and what is the structure of this list? Also please detail have you tried to use css?


Changing the position of bubble count on the list

Posted: Tue Aug 18, 2015 11:00 pm
by Adam Garbinski

Hello Evgene,
I am talking about counter bubble element on the list item which displays the number of items underneath. So if you take look at the list you will see that item name "Słodkie przekąski" is overlapped by the bubble counter "285". I would like to move the counter bubbles more to the right.
Tried to add this css styling to list item:

.ui-listview .ui-li-count {
right: 5px;
}
but with no success. Any ideas?


Changing the position of bubble count on the list

Posted: Thu Aug 20, 2015 8:55 pm
by Evgene Karachevtsev

Adam,

I suppose that this is correct approach - you should put this element in the page via css. Try to add some weight to this rule or use some other property, for example position: http://www.w3schools.com/css/css_posi...
Unfortunately custom css is outside the scope of standard Appery.io platform support. So you may consider purchasing Advisory Pack to get more in-depth help on this question. Here is more information about it: http://appery.io/services/#Advisory_Pack


Changing the position of bubble count on the list

Posted: Sun Aug 23, 2015 1:48 pm
by Adam Garbinski

Hi Evgene,

Thanks for your tips! I have tried to implement them, but apparently due to lack of sufficient CSS skills I was not able to build right selector:

.ui-listview .ui-li-has-count.ViewList_GroupListItem .ui-li-has-count{
position: relative !important;
right: 5px !important;
}

ul.imageListItem li.ui-li-has-count [name=GroupListItem] .ul-li-count {
position: relative !important;
right: 5px !important;
}

Both above selector failed.

In another piece of styling I use this selector:

.ui-listview .ui-li-has-thumb.ViewList_GroupListItem .ui-btn

and it works, but sommesso in case of bubble I am unable to get the right one.

Fully understand your policy, however one more small tip would't do the charm I suppose. So could you be so kind and give me one?


Changing the position of bubble count on the list

Posted: Mon Aug 31, 2015 11:41 am
by Serhii Kulibaba

Hello Adam, Could you clarify what exactly doesn't work?


Changing the position of bubble count on the list

Posted: Mon Aug 31, 2015 7:29 pm
by Adam Garbinski

Hello Sergiey. I gave up on that and apllied a visual workaround that allowed me to go on with the issue. Anyway, thanks for asking.