Removing Breadlink From Homepage + Vertical Align

thunderup

Active member
Okay so I used this code in the EXTRA.css to remove the breadlink from the homepage

.forum_list .breadBoxTop {
display: none;
}

.forum_list .breadBoxBottom {
display: none;
}

Now, I noticed that my first category is spaced a few pixels down from the top of the right visitor bar, how do I get these two sections to align with each other ?
 
Top Bottom