Log in

View Full Version : showthread widths problem


JasonG
10-19-2004, 07:04 AM
I am an admin at www.webdesignerstalk.com and require some help.

If you look at http://www.webdesignerstalk.com/showthread.php?t=2245 you will see that eveything below the bar where it says search this thread, etc is smaller than the bar itself. Does anyone have any ideas on how to fix this?

Thanks

Jason

SpelChek?
10-19-2004, 01:21 PM
Looking at the code the <div> that table is in is padded. (<div style="padding:0px 25px 0px 25px">) so even though the width of the table is 100%, it'll be more narrow than the preceding tables which don't appear to be in padded DIV's.

JasonG
10-19-2004, 03:53 PM
Do you have any idea where i would find this to change it?

Thanks

Jason

SpelChek?
10-20-2004, 08:24 AM
Sorry it took so long.

In Admin, go to 'Style&Templates', then 'Style Manager', then select 'StyleVars' from the drop down list, then change 'Spacer Size (pixels)' (which will be set at '25') to '0'. That should do it.

JasonG
10-20-2004, 08:34 AM
Thanks, thats great! :D