Viewing 4 replies - 1 through 4 (of 4 total)
  • As you can see from the css-style files of that side,
    that navigation bar has a css class of “navbar-fixed-top” which makes it “fixed on top”.

    That is a built-in theme functionality for that other website,
    you may want to change your own css file to have the same styling starting with:

    .header {
        position: fixed;
        z-index: 9999;
        right: 0;
        left: 0;
    }
    #container {
        position: relative;
        display: block;
    }

    Then you may modify some other settings, etc…

    Thread Starter john

    (@pawansaini312)

    it is working , thanks
    can you give me solution of my one more problem , please

    border line between too row->

    how to make a border line between too row on product like this image
    http://home.iitj.ac.in/~ug201210024/image.html

    Thread Starter john

    (@pawansaini312)

    your css style is working but i got some problem
    but distance between navigation bar recent product is lost

    http://home.iitj.ac.in/~ug201210024/distanc.html

    how to increase distance from navigation bar to product
    bye using padding or margin like this

    Thread Starter john

    (@pawansaini312)

    hi ManusH
    your code is working
    but when we add new sub page in any main page
    then we can not see sub page
    do you have any solution for this
    please suggest me

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘fix top navigation bar’ is closed to new replies.