PDA

View Full Version : | Done thanks for the help|


DM BoNeZ
04-13-2012, 02:28 AM
alright first i need help with this.
if you see here it shows a list of members and its spaced out after the commas.i want it to not be spaced out.and i want it a lil bit smaller.
and it happens mostly all around my forums were it shows a list of members together like that
https://vborg.vbsupport.ru/external/2012/04/35.png
idk if its my version (4.1.7)
but yeh


i want it like this
https://vborg.vbsupport.ru/external/2012/04/36.png
its more crunched up and everything and more smaller and less spaced out

2nd thing is i want to have like a special usergroup to have there html markup like this site
http://www.thetechgame.com/Blaziken
look at the username


Thanks for reading :D

ForceHSS
04-13-2012, 02:29 AM
pity you cant use a space bar on your post

Lynne
04-13-2012, 03:53 PM
They userlist looks nice and small to me here - http://www.thetechgame.com/Forums.html

DM BoNeZ
04-13-2012, 04:09 PM
They userlist looks nice and small to me here - http://www.thetechgame.com/Forums.html

ya thats there site my site is http://DevModding.com all the userlist you see there is all spaced out like
example:
Test1, test2, test3, test4, test5,

i want it like
Test1,test2,test3,test4,test5,

Lynne
04-13-2012, 04:22 PM
Well, two things.... the size is set by your body tag which is setting the font at 13px. And, the extra spacing is set here:
#wgo_onlineusers .commalist li {
display:inline-block;
margin-left:1px;
}
So, try something like this in the additional.css template:
#wgo_onlineusers .commalist li {
font-size: 11px;
margin:0;
}

DM BoNeZ
04-13-2012, 07:41 PM
thanks Lynne
its smaller
its just little bit spaced out,but i like thanks for your help
https://vborg.vbsupport.ru/external/2012/04/33.png
anyways you know how to make it bunched up like vbulletins

Lynne
04-13-2012, 09:22 PM
.commalist li:after {
content: ",";
}

DM BoNeZ
04-14-2012, 01:55 AM
.commalist li:after {
content: ",";
}
thanks lynne
love you so much no homo
<3