The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Space between announcements on forumdisplay
I have moved my announcements down to above stickies and I need to get rid of the line break between them. I've tried setting padding to 0 and I've examined it with firebug but i believe I'm missing something.
(MAKE SURE YOU SELECT THE THEME CALLED "DEFAULT - BETA") Site is here: http://www.digitalbattlefield.net/fo...ral-Discussion Theme is a modified version of this : https://vborg.vbsupport.ru/showthread.php?t=235542 What i've done to move announcements: https://vborg.vbsupport.ru/showthread.php?t=231460 Regards |
#2
|
||||
|
||||
Ok, found the fix. In firebug, I found this:
You see where it has "margin-top: 5px;" with a line through it? When I changed that 5 to a 0, it went together with no space in between the announcements. So, search through your .css for ".announcements .announcerow {" and change that to 0 |
#3
|
|||
|
|||
Quote:
I actually had to add: Code:
.announcements .announcerow { margin-top: -1px; } Once again, thank you. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|