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:
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:
And everything looks fine from a member and guest view but if your an admin or mod you see this:
The forum list goes up into the navigation.
So what the heck do I do?
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:
The forum list goes up into the navigation.
So what the heck do I do?