Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • solsikkehaven Friend
    #118622

    I have removed the footer button on the right (RSS, TOP etc.) now all footer.php text is still left centered, how can I make the footer text a “one-liner” top to buttom centret, left-to-right centered..

    so that my footer text “copyright 2007 domain.com is the only thing in the footer area and centered both vertically and horizontally ?

    Is it something in JA-bottomline or is it something in JA-footer CSS ?

    ??

    solsikkehaven Friend
    #214175

    this should be a quick fix for someone who knows the bellatrix template ? ! …

    Please help if you can, thanks !

    Khanh Le Moderator
    #214178

    Open template css file, template_css.css, find class #ja-bottomline and replace by following style:


    #ja-bottomline {
    position: absolute;
    top: 20px;
    width: 100%;
    text-align: center;
    }

    solsikkehaven Friend
    #214192

    that’s great – working fine. I now have learned, that using width: 100%; and the position: absolute is what is needed 🙂

    I went ahead and adjusted this (height on the footer itself and no top on the bottomline, I think this gives a great result for a one-liner footer.

    #ja-footer {
    clear: both;
    background: url(../images/footer-bg.gif) repeat-x top #434952;
    color: #C6CED9;
    border-bottom: 1px solid #3A4048;
    position: relative;
    height: 25px;
    }

    #ja-bottomline {
    position: absolute;
    top: 0px;
    width: 100%;
    text-align: center;
    }

    Thanks again !

    rufus2000 Friend
    #234351

    Hello

    Could you send the link to your website. I’m really interested to see the footer …

    Thnx!

    rufus2000

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

This topic contains 5 replies, has 3 voices, and was last updated by  rufus2000 16 years, 11 months ago.

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