test
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • jonatanolin Friend
    #174974

    Hi!

    I want to keep the footer in a fixed position so it always shows without having to scrolling the entire page down.
    Can I specify height for the main content, and how do I add the scrollbar?
    How do I get the footer to always show?

    Thanks!

    Sherlock Friend
    #443754

    Hi Jonatanolin,

    You can try something like this
    Open the file of templates/ja_business/css/template.css look for this css
    #ja-footer {
    background: url(“../images/footer-bg.gif”) repeat scroll left top transparent;
    border-top: 1px solid #372A27;
    }

    change it to

    #ja-footer {
    background: url(“../images/footer-bg.gif”) repeat scroll left top transparent;
    border-top: 1px solid #372A27;
    bottom: 0;
    height: 40px;
    position: fixed;
    z-index: 99;
    }

    I Hope that help !

    jonatanolin Friend
    #443763

    it helped! thanks!

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

This topic contains 3 replies, has 2 voices, and was last updated by  jonatanolin 12 years, 8 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum