hey,
i use the minimatica theme.
But one page of mine contains lots of information.
Since the navigation bar is at the bottom, i always want it to stay in at the bottom of the browser, so that you won’t have to scroll all the way down to visit another page.
How can i manage this?
http://www.ritzundirre.de
the page i am talking about is “Zeitpunkte” (“dates”)
i am not too sure what its going about there, but i looks like moving the navigation bar up to the top.
I still want it at the bottom, but always fixed.
I think i already got it there. But now the black line above it doesn’t move down with the navigation or it even disappears on some pages.
#footer {
background: #ffffff;
position:fixed;
bottom: 0px;
width:100%;
}
This way the footer stays fixed.
How will i get the line going with it?
edit: i tink i was confused there..
the line depends to the articles and not to the footer…
so the problem is different… the articles go underneath the header, therefore i had to give it the white background color…
how can i tell the pages to stop at the bottom just before the navigation bar?