Quote:
Originally Posted by Gn_Snake
Thx Paul,
in my Vbulletin.css have 4 .commalist class, what should i add or change?
Code:
.commalist li {
display:inline-block;
Code:
.commalist li:after {
/* Comma + */
content:",\0000A0";
Code:
.commalist li:last-child:after {
content:"";
Code:
.commalist li a.username { display:inline; }
|
Code:
.commalist li:after {
/* Comma + */
content:",\0000A0";
Code:
.commalist li:last-child:after {
content:"";
Code:
.commalist li a.username { display:inline; }
I would compare your template then start with these . re move one at a time and see if the issue resolves..
on is commented out already
make a back up of the template before you start to edit ..