Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • treybraid Friend
    #149494

    tried in vain to do this… i actually added a margin to get it to work temporarily…

    using dark_green theme… http://kickndesigns.net/NXTLVL/

    what do i need to edit to make this happen….

    histeriks Friend
    #336144

    treybraid;169324tried in vain to do this… i actually added a margin to get it to work temporarily…

    using dark_green theme… http://kickndesigns.net/NXTLVL/

    what do i need to edit to make this happen….

    I’m not sure do you want to center just menu, or complete footer with copyright info?

    If it’s just menu, you could simply find this on line 1798 of your template.css:


    /* Foot Links ---*/
    #ja-footer .ja-footnav {
    font-size: 115%;
    margin: 0px 0px 10px 0px;
    padding: 5px 15px 0px 15px;
    overflow: hidden;
    position: relative;
    }

    and change it to:

    #ja-footer .ja-footnav {
    font-size: 115%;
    margin-top: 0px;
    margin-bottom: 10px;
    padding: 5px 15px 0px 15px;
    overflow: hidden;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: table;
    }

    Good luck 🙂

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

This topic contains 2 replies, has 2 voices, and was last updated by  histeriks 14 years, 7 months ago.

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