The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
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 ![]() idk if its my version (4.1.7) but yeh i want it like this ![]() 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
|
|
#2
|
|||
|
|||
|
pity you cant use a space bar on your post
|
|
#3
|
||||
|
||||
|
They userlist looks nice and small to me here - http://www.thetechgame.com/Forums.html
|
|
#4
|
|||
|
|||
|
Quote:
example: Test1, test2, test3, test4, test5, i want it like Test1,test2,test3,test4,test5, |
|
#5
|
||||
|
||||
|
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:
HTML Code:
#wgo_onlineusers .commalist li {
display:inline-block;
margin-left:1px;
}
HTML Code:
#wgo_onlineusers .commalist li {
font-size: 11px;
margin:0;
}
|
| Благодарность от: | ||
| DM BoNeZ | ||
|
#6
|
|||
|
|||
|
thanks Lynne
its smaller its just little bit spaced out,but i like thanks for your help ![]() anyways you know how to make it bunched up like vbulletins |
|
#7
|
||||
|
||||
|
HTML Code:
.commalist li:after {
content: ",";
}
|
|
#8
|
|||
|
|||
|
thanks lynne
love you so much no homo <3 |
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|