This is a quick alert to everyone having the issue of the title bar NOT being 100% as it should be. This issue is due to vBulletin discontinuing the stylevar forumhead_width which we use to set width on that bar. If you came from any version prior to 4.1.3 this should not be an issue for you but you can still do the following fix.
I am currently working on a major update for bug fixes, right to left support, and this fix will be included but would like to explain how to fix it manually for the time being.
1. Login to Admincp
2. Go to Styles & Templates
3. Go to Style Templates
4. To the right of the skin click the << >> Button to expand templates
5. Find the CSS Templates section and expand
6. Double click to modify the additional.css
7. Search for .tcatBar {
Change
width:{vb:stylevar forumhead_width};
To
width:100%;
I do apologize and will have this fixed with everything else by the weekend, but hoping much sooner.
William


LinkBack URL
About LinkBacks
Reply With Quote

