Move nav bar in Sandbox 1.6.2
-
I want to move the nav bar to above the site title. Is there any way to do that?
Thanks!
The blog I need help with is: (visible only to logged in users)
-
Let’s try these styles and see how it goes:
div#wrapper { position:relative; padding-top: 120px; } div#access { position:absolute; top:0; } div#header { position:absolute; top: 70px; left:200px; padding-top: 20px; padding-bottom: 20px; } .nav-previous, .nav-next { padding-top: 15px; }
- The topic ‘Move nav bar in Sandbox 1.6.2’ is closed to new replies.