Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • harryaalfha Friend
    #179689

    how to make ja-topmenu fixed position?


    1. ggg
    Ninja Lead Moderator
    #463452

    Open template/css/template.css file

    Find

    #ja-topmenu {
    background: #222
    border-bottom: solid 1px #111
    color: #999
    padding: 5px 0;
    }

    Change to

    #ja-topmenu {
    background: #222
    border-bottom: solid 1px #111
    color: #999
    padding: 5px 0;
    position: fixed;
    z-index: 100000;
    top: 0px;
    }

    and find

    #ja-header { background: #c33}

    Change to

    #ja-header { background: #c33 padding-top: 35px; }

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

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

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