inherit
180580
0
Oct 13, 2024 16:46:13 GMT -8
My Display Name
335
June 2012
jsher1994
|
Post by My Display Name on Nov 20, 2012 13:00:24 GMT -8
Alright I've tried everything I could, is there a way I can change the width of the welcome table without changing the width of the entire forum?
|
|
#eb7100
33409
0
1
Nov 13, 2024 16:56:46 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Nov 20, 2012 13:11:41 GMT -8
The width of the entire forum is dependent on the width of the wrapper, which is what's changed when you set your forum width. All of the contents of your forum are 100% width but are contained inside a div with a set width.
What you would have to do is change your layout templates to start the wrapper div after the welcome table, so you can set your welcome table's width yourself rather than being restricted to forum width.
|
|
inherit
180580
0
Oct 13, 2024 16:46:13 GMT -8
My Display Name
335
June 2012
jsher1994
|
Post by My Display Name on Nov 20, 2012 13:15:18 GMT -8
Awesome, that did the trick. Thanks Brian
|
|
#eb7100
33409
0
1
Nov 13, 2024 16:56:46 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Nov 20, 2012 13:22:42 GMT -8
Awesome, that did the trick. Thanks Brian IT WORKED! I'M A GENIUS! ...I mean, yeah, of course it did. No problem.
|
|
inherit
133151
0
Apr 1, 2020 20:21:24 GMT -8
SuperChick
In a world of my own making.
150
November 2008
superchick
|
Post by SuperChick on Apr 23, 2013 12:33:24 GMT -8
Can this be shown in the template coding as to where to place the wrapper div/end div codes? (*on a default template setting without other customization)
I'd really like to not have to resize every single image I have randomizing on my forum!
|
|
#eb7100
33409
0
1
Nov 13, 2024 16:56:46 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Apr 23, 2013 13:29:08 GMT -8
Can this be shown in the template coding as to where to place the wrapper div/end div codes? (*on a default template setting without other customization) I'd really like to not have to resize every single image I have randomizing on my forum! If you mean to duplicate what's done in this thread, it's very simple. Structure > Layout Templates > Forum WrapperMove the line that says <div id="wrapper"> below the line that says </header>.
|
|
inherit
133151
0
Apr 1, 2020 20:21:24 GMT -8
SuperChick
In a world of my own making.
150
November 2008
superchick
|
Post by SuperChick on Apr 23, 2013 13:42:03 GMT -8
Bummer, that just made it stretch the entire width of my browser window rather than reducing the header/welcome table to a static size separate from the width of the forum. Hmm, might be worth asking for a plug in for....
Thanks anyway!
|
|
#eb7100
33409
0
1
Nov 13, 2024 16:56:46 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Apr 23, 2013 13:50:10 GMT -8
Bummer, that just made it stretch the entire width of my browser window rather than reducing the header/welcome table to a static size separate from the width of the forum. Hmm, might be worth asking for a plug in for.... Thanks anyway! You don't need a plugin to change that. Add this to the bottom of Themes > Advanced Styles & CSS > Style Sheet. Change the text in red to your preferred width.
|
|
inherit
133151
0
Apr 1, 2020 20:21:24 GMT -8
SuperChick
In a world of my own making.
150
November 2008
superchick
|
Post by SuperChick on Apr 23, 2013 13:55:43 GMT -8
By the way, you are totally my new favorite person. Thanks a ton! I'll stop bugging you for today now.
|
|