inherit
103123
0
Apr 1, 2015 18:50:37 GMT -8
SERENITY.
259
April 2007
shat
|
Post by SERENITY. on Jul 1, 2013 15:48:09 GMT -8
The theme I'm using has a static navigation and banner combo, but I'd prefer it stayed at the top of the page. What should I do to achieve this? thepound.freeforums.net/
|
|
inherit
The Dream Crusher (Ret.)
164921
0
Apr 1, 2014 11:00:25 GMT -8
Tim Camara
Teach a man to fish, etc., etc.
1,721
March 2011
tcamara
|
Post by Tim Camara on Jul 2, 2013 7:48:54 GMT -8
You need to edit the css for the '#navigation-tree' and '#banner-container' elements to remove the 'position: fixed' attributes. You're going to see some extra space after that, and to fix that you'll need to remove the bottom margin on the 'header' element and the top margin on the '#navigation-tree' element. You might also need to edit the template to remove the random '<br class="clear">' elements that were put in (should be in the layout template).
|
|