inherit
149534
0
Mar 24, 2024 21:57:30 GMT -8
Smudges
298
November 2009
reverse
|
Post by Smudges on Nov 25, 2012 21:26:04 GMT -8
I was trying to shrink the width of the forum and keep the banner/welcome table at 100% but i am lost amongst the forum codes please can someone help me. forum link - gumnut-graphics.freemessageboards.com/
|
|
inherit
149534
0
Mar 24, 2024 21:57:30 GMT -8
Smudges
298
November 2009
reverse
|
Post by Smudges on Nov 27, 2012 19:05:57 GMT -8
bump
|
|
inherit
\o/ ^o^ /o_ /o\
16464
0
Jul 22, 2024 13:57:10 GMT -8
pawl
29,621
November 2003
pollo
Pink Stars
|
Post by pawl on Nov 28, 2012 14:24:36 GMT -8
Might have a fix for you. In your Style Sheet (Admin -> Themes -> Colours & Styles -> Style Sheet tab), find this line, approx 47; @wrapper_width: 940px; (the px number may be different for you, and if you want the welcome table at 100% then replace the px number) Below it, add this; @content_width: XXXpx; (change X's for the width you want the boards to be)
Then, find this, approx 128; #wrapper { width: @wrapper_width; margin: 0 auto; overflow-x: hidden; }
Below it, add the following line; #wrapper2 { width: @content_width; margin: 0 auto; overflow-x: hidden; }
Now, in your Layout Templates, head to Forum Wrapper. Between the $[header] and <div id="content" role="main">, add the following (red text)
$[header] </div> <div id="wrapper2"> <div id="content" role="main">
Tried it on my test board, think it should do what you want. =]
|
|
inherit
149534
0
Mar 24, 2024 21:57:30 GMT -8
Smudges
298
November 2009
reverse
|
Post by Smudges on Nov 28, 2012 14:40:12 GMT -8
finaly got it thanks again paul kudos to you
|
|
inherit
\o/ ^o^ /o_ /o\
16464
0
Jul 22, 2024 13:57:10 GMT -8
pawl
29,621
November 2003
pollo
Pink Stars
|
Post by pawl on Nov 28, 2012 15:25:16 GMT -8
No worries, glad it worked. =]
|
|