Remove the Top Space.

Ablac

Active member
I removed the Mark Forums Read, Seach Forums, Watched Threads, and Whats new? Buttons from my Navigation, but now im trying to figure out how to remove the space that they used to be in, I checked in the Navigation CSS but its not located there.

If anyone could help me remove the space and the
------------ lines that are below the space that would be great :)

The space above the Top Breadcrumbs is the space i want to remove and have the top breadcrumb lineup with the top of the Sidebar

Screen Shot 2012-11-22 at 10.59.06 AM.webp
 
I removed the Mark Forums Read, Seach Forums, Watched Threads, and Whats new? Buttons from my Navigation, but now im trying to figure out how to remove the space that they used to be in, I checked in the Navigation CSS but its not located there.

If anyone could help me remove the space and the
------------ lines that are below the space that would be great :)

The space above the Top Breadcrumbs is the space i want to remove and have the top breadcrumb lineup with the top of the Sidebar

View attachment 37184


you have a margin-top: 35px you may need to lower this. just paste the following into your extra.css template with a lowered margin-top value

Code:
.breadBoxTop {
    margin-top: 35px;
}
 
Top Bottom