inherit
joshfromtheville@gmail.com
196066
0
Jun 30, 2024 2:15:54 GMT -8
MobFox
🤔🤔
758
June 2013
mobfox
|
nav ban
Nov 16, 2017 0:43:38 GMT -8
Post by MobFox on Nov 16, 2017 0:43:38 GMT -8
stewie22 , 1. Go to Admin > Structure > Layout Templates, click on the Forum Wrapper layout template. 2. Starting around line 16, find and highlight these lines: <div id="banner-container" role="banner"> <h2 id="banner"> $[forum.title] </h2> </div> 3. Cut (ctrl+x) 4. Find this code: </div> </header> 5. Create a new line BETWEEN the </div> and </header>, and the paste the code you cut (from steps 2 & 3). 6. Save Changes 7. Next go to the CSS Style Sheet for the same theme (Admin > Themes > Advanced Styles & CSS, Style Sheet tab. 8. Scroll to the very bottom and on a new line paste the following: #navigation-menu { position: fixed; top: 0px; width: 89%; height:31px; }
#banner-container { margin-top: 31px; }
9. Then while still in the CSS, scroll up to line 284. 10. On that line find postion: absolute; top; and replace 'top' with the word bottom
11. The on line 286 find border-top: 4px solid and delete just those words. 12. Save changes. You should be all good to go after this. Im trying to use this template and my Notification Number isnt droping below Im using This Plugin and i am not sure if i need to add more, also i would to make the header be as long as the top bar ?
|
|