Quote:
Originally Posted by TheWindows7Site
Try removing the styling code from the header
PHP Code:
<style type="text/css"> img {vertical-align:middle} </style>
|
What I find works instead of using this part of the code, which can cause anyone with images after the login form (so anywhere in the page) is to alter the vbulletin-chrome.css template
After:
Code:
.toplinks form input.default-value {
color: {vb:stylevar toplinks_form_input};
}
Add:
Code:
.toplinks form img {
position:relative;
top: 3px;
}
This is probably due to the4.0.1 update that the change needs to be there.