unwanted white bits

unwanted white bits

av Carl Kennard -
Antall svar: 3
Hi,
I'm having trouble with a theme I'm creating. When I look at in Firefox its fine but when I look at it in I.E. 6 I get unwanted white areas. I can't find the solution anywhere in the CSS or PHP. There seems to be a background set somewhere but I have no idea where. I've included a screen shot showing one of the pages having this problem. Its not confined to message boards, it appears on other pages such as the glossary pages. This is the last big bit I need to sort out so any help would be appreciated.


Carl.
Vedlegg white_gap.jpg
Gjennomsnittlig vurdering: -
Som svar til Carl Kennard

Re: unwanted white bits

av Mauno Korpelainen -

Seems like there is too big value in footer margin-top

Try to find from your theme folder styles_layout.css or some other file where you have tags like

 #footer .navbar {
  margin-top: XXX;
}

Try value margin-top: 0;

Som svar til Mauno Korpelainen

Re: unwanted white bits

av Carl Kennard -
thanks for the advice, I tried it but it had no effect I'm afraid.

Carl.
Som svar til Carl Kennard

Re: unwanted white bits

av Mauno Korpelainen -

OK. Could you zip your theme and send it to me by email mauno.korpelainen@hyvinkaa.fi

I will check it and send it back. It is only a small fix to do but it is much easier to find that white area if I see the source code. It might be .clearer -tag for example (margin or padding anyway)

Mauno