Logged Out
Create an Account
Login:
Password:

Forgot your password?
Outland Template - Last forum post overlapping

Outland Template - Last forum post overlapping
[Back to Index]
Thread Tags
Primary: [Advanced Layout]
Secondary: None

I've implemented the Outland template on my guilds website and all seems to work fine for me. But some of my guild members are haveing a problem with the forum threads. It seems the last post in every thread is being overlapped by the Footer, if thats the correct term.
The line that says;
World of Warcraft is a registered trademark of Blizzard Entertainment.
Template design by Jan Bosman. Part of the DKPSystem.com Network.
Site is best viewed with Firefox at 1024x768+ resolution.

I can't recreate this problem on my compter so I don't really know where to start. Most of the stuff Ive done with this template has been through trial and error with the CSS editor as my knowlege of web design is limited. For this to only be happening to certian ppl makes me think its a resolution problem or something but I'm not sure. Maybe I broke something when messing with the CSS files

Anyways I have no idea where to begin to look to fix this as I don't see what it looks like to edit anything and see if its been fixed or not.

Any help would be appreiciated.


Thanks
For a quick fix, tweak your CSS (Admin > Layout > CSS Editor) to add the following, which should alleviate those problems. Find the #content rule, and add "z-index:100" to it.

So, for example:
#content
{
        height: 100%;
        margin: 0 auto;
        width: 840px;
        left:0 important;
        z-index:100;
}       


--
It's all in the reflexes.


[Back to Index]