Page 1 of 1

[Solved] Header blocs (left) width changes

PostPosted: Thu May 25, 2006 11:42 pm
Author: Whisky
Hi all,

I have a strange behavior on my portal for 3 days, never saw this before and can't figure out where it comes from:

When I am on the main portal page or on the forum index or everywhere else exept a thread, my portal header (so I mean the blocs on the left) is displayed corectly. But when I read a thread discussion, there the header width changes and become smaller <img>
I checked the portal config and my header width haven't changed: it's set to 200px like in the past.

Any idea?

http://www.rebirthoflight.net/portail/

PostPosted: Fri May 26, 2006 7:19 am
Author: Jason Sanborn
It is an issue with the design of the theme that you are using. You might need to add a transparent spacer to the left column.

In overall_header.tpl find the following line:
<td> </td>

Replace the with
<img>

That might help. I don't have the exact theme to look at, so there might be a slight variation in the line, but I hope it gives you a general idea on where to look.

Re: Header blocs (left) width changes

PostPosted: Mon May 29, 2006 11:47 pm
Author: Whisky
It worked, thanks <img>