Former Member
inherit
guest@proboards.com
244837
0
Nov 24, 2024 19:34:28 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Jun 27, 2017 6:16:00 GMT -8
I was wondering how I can change where the nav bar is (home, forum, messages etc) to the very top of my forum, right above the logo?
|
|
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 Jun 27, 2017 21:27:34 GMT -8
I was wondering how I can change where the nav bar is (home, forum, messages etc) to the very top of my forum, right above the logo? Tumbler, What you'll need to do is go into your forum wrapper template ( Admin > Themes> Layout Templates>Forum Wrapper)and then copy lines 21 through 49 and paste it right above the wrapper div. So starting with this line(21).... <a id="navigation-skip" href="#content" accesskey="s" class="aria-hidden" title="Skip Navigation">Skip Navigation</a>
And all the way to this line(49).... </div>
(The above ending div should be right above this:</header>) and it gets moved above this line... <div id="wrapper">Don't forget to delete the original you copied from.
|
|