XF 1.2 Need help...

Matthew Hawley

Well-known member
Okay so on this: http://xenforo.com/community/resources/staff-only-staff-only.2254/ I have it set so only members and guests see the block. Except there is one problem. Since it only displays for guests/users it means that they will see this:

bIlE8qI.png


There is a large space between the breadcrumb and the node list. Okay so thats not a big deal I can fix it. So I add this to EXTRA.css:

Code:
.mainContainer .mainContent { margin-top: -97px; }

And everything looks fine from a member and guest view but if your an admin or mod you see this:

Rft3HdZ.png


The forum list goes up into the navigation.

So what the heck do I do?
 
Top Bottom