Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • TomC Moderator
    #131391

    I’ve unpublished the banner position at the bottom and what I want to do is have the footer menu items centered.
    I’ve tried working with the CSS code but nothing I try seems to work.

    Hoping the Support Team can tell me what I need to do to get the footer menu items (and footer itself) centered on the page.

    Thanks !!

    TOM

    TomC Moderator
    #262599

    Anyone ??

    :((

    John Wesley Brett Moderator
    #262605

    Once you delete the lower banner… you can then center the menu and copyright area:

    template_css.css line 1281

    #ja-footer {
    text-align:center;
    }

    John.

    TomC Moderator
    #262606

    I’ve actually tried that – several times . . . didn’t work

    :((

    John Wesley Brett Moderator
    #262607

    Then apparently the “banner” module is not deleted. You are not going to be able to get an ABSOLUTE center unless that module position is eliminated.

    Got a URL so we can take a look.?

    John

    TomC Moderator
    #262614

    I deleted the banner position wihtin the index.php file – and made the modifications to the css as you suggested – but nothing happened.

    Here is the css I have for the footer section:


    #ja-footerwrap {
    clear: both;
    color: #999999;
    height: 100px;
    width: 100%;
    text-align: center;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #CCCCCC;
    }

    #ja-footer {
    overflow: hidden;
    position: relative;
    height: 100px;
    text-align: center;
    }

    bigrk Friend
    #262615

    What about your URL so we can see exactly what we are dealing with?

    TomC Moderator
    #262631

    I prefer not to publicly post the url while it’s still in “development.”
    Hope you understand – just a personal preference.

    Suffice to say, the suggestions above haven’t worked – yet.

    Sherlock Friend
    #262681

    Hi !
    You can do it following way below :
    Open template_css.css file in templates/ja_iris/css folder , find following code section at about line 1288 :


    #ja-footer {
    height:100px;
    overflow:hidden;
    position:relative;
    text-align:right;
    }

    change to :


    #ja-footer {
    height:100px;
    overflow:hidden;
    position:relative;
    text-align:center;
    }

    continue , find following code section at about line 1310 :


    #ja-footer ul {
    margin:0;
    padding:0;
    position:absolute;
    right:0;
    top:15px;
    }

    change to :


    #ja-footer ul {
    margin:0;
    padding:0;
    right:0;
    top:15px;
    }

    TomC Moderator
    #262716

    Thanks hainn . . . that did the trick.

    It must have been the “absolute” positioning that was messing things up.

    🙂

    bigrk Friend
    #262725

    Marking as Solved.

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

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

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