• Hello πŸ™‚
    My page is live on link.
    How can I move the navigation bar to a bottom?
    It was ok, but I have updated theme to new version of Omega 0.9.1, then I returned to 0.9, but the bar is on top of the page.
    My previous custom css code does not work:

    #scroller {
    padding: 5px;
    background-color: white;
    position: fixed;
    bottom: 0;
    left: 0px;
    right: 0px;
    _position: absolute;
    -ie: expression(this.style.top=document.documentElement.clientHeight-this.offsetHeight+document.documentElement.scrollTop);
    }
    
    .site-footer {
    border-top: 1px solid #F5F5F5;
    color: #999;
    font-size: 14px;
    padding: 40px 0 124px 0;
    text-align: center;
    }

    Thanks for your help.

  • The topic ‘Moving navigation bar to a bottom’ is closed to new replies.