PDA

View Full Version : A mess up in the forum display


C0D3D
12-26-2010, 02:19 AM
https://vborg.vbsupport.ru/external/2010/12/8.jpg

See how it's taking up so much space? How can I fix that?

Lynne
12-26-2010, 02:41 AM
You didn't upgrade/revert a template. It's either the FORUMHOME template or the css template that affects that template. You can use firebug to find the css template and see if it needs reverting/upgrading.

C0D3D
12-26-2010, 02:25 PM
I'm not very familiar with firebug, I have it but how do I find what CSS it is? Also I tried reverting forumhome template, it fixes it but then the style doesn't match.

TheLastSuperman
12-26-2010, 04:54 PM
I'm not very familiar with firebug, I have it but how do I find what CSS it is? Also I tried reverting forumhome template, it fixes it but then the style doesn't match.

Hover the mouse over the area on the screen (sometimes I highlight the text if it's in an area as I have found this to be more accurate) and now right-click and when the menu pops up click "Inspect Element" now it brings up the firebug console with a few options so check them out ;).

Lynne
12-26-2010, 05:51 PM
I'm not very familiar with firebug, I have it but how do I find what CSS it is? Also I tried reverting forumhome template, it fixes it but then the style doesn't match.
See this - How To: Find a StyleVar (video version) (http://www.vbulletin.com/forum/content.php/290-How-To-Find-a-StyleVar-%28video-version%29)

C0D3D
12-26-2010, 06:19 PM
Thank you Lynne and LastSuperman. :)