Quote:
Originally Posted by Morsolo
For those of you having problems with the CSS not appearing... Instead of putting it in Additional.css, put it in Vbulletin.css. Additional.css isn't loaded in Non-vB pages, but Vbulletin.css is, fixed all my Non-vB CSS problems.
However, it seems that it doesn't display correctly in Chrome.

|
Try adding the following to the bottom of additional.css
Code:
.toplinks form {
float: none !important;
margin-right: 0px !important;
min-width: auto !important;
}
NB. Code tested in Chrome and IE8 but only briefly.