inherit
231603
0
Sept 14, 2022 13:26:41 GMT -8
User
37
May 2016
ghosthybros
|
Post by User on May 8, 2017 13:16:30 GMT -8
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on May 10, 2017 2:21:48 GMT -8
Do you still need this? We need a link to your forum to see what you have going on before we could tell you how to specifically do that. But for a rough idea, you'll need to set your current forum width to 100% and then create another wrapper divide that goes below the menu/banner with a new id and the original width you currently have set for your forum. Anyway, a link would help us know for sure if that is the route to go.
|
|
inherit
231603
0
Sept 14, 2022 13:26:41 GMT -8
User
37
May 2016
ghosthybros
|
Post by User on Aug 19, 2017 14:14:12 GMT -8
Do you still need this? We need a link to your forum to see what you have going on before we could tell you how to specifically do that. But for a rough idea, you'll need to set your current forum width to 100% and then create another wrapper divide that goes below the menu/banner with a new id and the original width you currently have set for your forum. Anyway, a link would help us know for sure if that is the route to go. Hello! I still need this :/ Can you make an exemple?
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Aug 19, 2017 22:28:27 GMT -8
Do you still need this? We need a link to your forum to see what you have going on before we could tell you how to specifically do that. But for a rough idea, you'll need to set your current forum width to 100% and then create another wrapper divide that goes below the menu/banner with a new id and the original width you currently have set for your forum. Anyway, a link would help us know for sure if that is the route to go. Hello! I still need this :/ Can you make an exemple? Keep in mind, if you already added a pre-made theme, this may not work. But go to your wrapper template(Admin > Themes> Layout Templates> Forum Wrapper) and add a new div (like I did in blue) and put it right below the </header> tag at around line 51 so it looks like this: </header> <div id="inner_wrapper">And then to close that div scroll all the way down and where you see the very last </div> add another one: $[footer] </div></div>
Be sure to save those additions.
Next head to your visual editor (Admin > Themes> Advanced Styles & CSS> Visual Editor>) and click on width and set that to 100%. Now click on the tab that says "Style Sheet" and add this to the very bottom of your style sheet. (Set the 80% to whatever width (percentage or in pixels) you want your forum/boards) #inner_wrapper{width: 80%;margin: 0 auto; overflow-x: hidden;} And that should be all you need to do.
|
|