Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • freelotto Friend
    #147384

    Website: http://substreammusicpress.com/2/
    Joomla Version: 1.5.8

    Problem: I want to have the menu at the top with position: fixed; so that it may scroll as you scroll down the page. When I make it position: fixed, it pushes it all the way to the left, but it scrolls with the page.

    When I make it position: relative (default) it is centered but it does not scroll.

    Please help!

    Thanks

    Saguaros Moderator
    #328513

    Hello guy!

    you fix this issue as following:

    Open the file: templates/ja_zinc/css/template.css find this block:

    #ja-mainnavwrap {
    background: #181818;
    border-bottom: 5px solid #FFB900;
    position: fixed;
    z-index: 1000;
    margin-bottom: 20px;

    }

    Replace:

    #ja-mainnavwrap {
    background: #181818;
    border-bottom: 5px solid #FFB900;
    position: fixed;
    z-index: 1000;
    margin-bottom: 20px;
    width:100%
    }

    Good luck

    freelotto Friend
    #328589

    Thank you Sir!

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

This topic contains 3 replies, has 2 voices, and was last updated by  freelotto 14 years, 10 months ago.

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