PDA

View Full Version : Problem with de wide of my threads


palosanto
04-01-2007, 11:05 PM
Hi all!

I have a problem with the wide of my threads. Only there. The index and forums are ok.

You can have a look here:

http://guitarra.artelinkado.com/foros/showthread.php?p=37372

After upgrading to 3.6.4 version I reverted some templates and I don't know where is the item to change to have it properly.

Could you tell me wat can I do?

Regards:

Palosanto :confused:

calorie
04-02-2007, 12:09 AM
The HTML from your site has the following:

<div class="page" style="width:90%; text-align:left">

This is coming from the spacer_open template:

<div class="page" style="width:$stylevar[outerdivwidth]; text-align:$stylevar[left]">

That is, your $stylevar[outerdivwidth] is set to 90 percent, making the posts narrower than the rest of the page. In order to get this corrected for your skin, edit the spacer_open template, replacing the following:

width:$stylevar[outerdivwidth];

With the following:

width:100%;

That change should make it so your skin shows posts at the wider width.

Alternatively, you could try and set the Main Table Width in ACP -> Styles & Templates -> Style Manager -> StyleVars to 100% and see if that does it.

palosanto
04-02-2007, 09:37 AM
Calorie,
thanks for your post but it dosesn't work yet.

I have changed the spacer_open template and I have the same problem but with the forum more wide. Look:

http://guitarra.artelinkado.com/foros/showthread.php?t=1117

and, not only the showthread is wide, all the forum. So please help.

Here you are the spacer_open template:

http://img387.imageshack.us/img387/584/imagen2zr3.jpg


and here the tamplate values:

http://img251.imageshack.us/img251/1065/imagen1qq8.jpg

And, if I change the first item from 90% to 100, nothing appened

Is is very extrange. I have instaled 4 skins and in the first one works fine:

http://img150.imageshack.us/img150/5934/imagen3xj0.jpg
Look here:
http://guitarra.artelinkado.com/foros/index.php?styleid=1

Could you tell me what can I do? Pleaseeeeeee

Regards:

Palosanto :(