footer

Viewing 5 posts - 1 through 5 (of 5 total)
  • #13220
    irre
    Participant

    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?

    #13221
    irre
    Participant

    http://www.ritzundirre.de

    the page i am talking about is “Zeitpunkte” (“dates”)

    #13234
    Daniel Tara
    Keymaster
    #13237
    irre
    Participant

    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?

    #13240
    irre
    Participant

    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?

Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.