inherit
233047
0
Apr 19, 2019 3:34:41 GMT -8
Chrissiest Chris
179
June 2016
rehpotsirhc
|
Post by Chrissiest Chris on May 8, 2017 7:42:34 GMT -8
Forum URL: bobsburgers.boards.net/That would be 1; how do I stretch the banner all the way, no matter which screen you're on and 2; is this possible? The red bar around everything? (This image is obviously just photoshopped)
|
|
inherit
233047
0
Apr 19, 2019 3:34:41 GMT -8
Chrissiest Chris
179
June 2016
rehpotsirhc
|
Post by Chrissiest Chris on May 11, 2017 10:49:55 GMT -8
Bumpidy bump-bump
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on May 11, 2017 13:53:08 GMT -8
Hi, Chrissiest Chris . 1. In Themes > Layout Templates > Forum Wrapper find this line: And move it so that it comes after this line: 2. Add this to the bottom of Themes > Advanced Styles & CSS > Style Sheet on that theme. If you still want the menu to be centered following this change you'll need to go to Themes > Layout Templates > Forum Wrapper again and find this line: And add a new line after it, then place this on that new line: Then find this section: And add a new line before the closing </div>, then place this on that new line to close off the navigation-wrapper div tag you added in the step before this: Finally, add this to the bottom of Themes > Advanced Styles & CSS > Style Sheet:
|
|
inherit
233047
0
Apr 19, 2019 3:34:41 GMT -8
Chrissiest Chris
179
June 2016
rehpotsirhc
|
Post by Chrissiest Chris on May 15, 2017 5:29:39 GMT -8
Brian , the large border worked, but the only thing that got stretched was the forum content, while the banner stayed the same width
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on May 15, 2017 8:00:56 GMT -8
Following the first step in my post should have made the banner area span the entire width of your browser. I do not see this change in place on your forum, nor any of the changes involving the layout templates.
|
|
inherit
233047
0
Apr 19, 2019 3:34:41 GMT -8
Chrissiest Chris
179
June 2016
rehpotsirhc
|
Post by Chrissiest Chris on May 15, 2017 9:48:27 GMT -8
Natrually I reset it since it didn't work. I currently have it activated on my "TEST" theme, but it stretches out the content and not the banner... I want the exact opposite
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on May 15, 2017 10:47:48 GMT -8
Make sure you're moving <div id="wrapper"> so that it comes after the closing </header> tag, not the opening <header> tag. The result of that move should be this:
|
|