Quote:
Originally Posted by HMBeaty
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 
|
Thank you for pointing that out!
I actually had to add:
Code:
.announcements .announcerow {
margin-top: -1px;
}
To the additional.css as changing it to 0 in the forumdisplay.css was simply being ignored oddly.
Once again, thank you.