jquery - Sticky Navigation Causing extra Width -


hey guys did made sticky navigation bar blog. i'm not sure why it's creating with, allows page scroll left , right.

i've modified part of code makes page list sticky. i've put @ 100% creates width space. how fix this? or not problem? blog i'm working on ..

.tabs-inner .pagelist li {   border:1px solid transparent; } #stickynavbar {    position: fixed; top: 0px; left: 29px; z-index: 999; width:100%; } 


Comments

Popular posts from this blog

shopping cart - Page redirect not working PHP -

php - How to modify a menu to show sub-menus -

python - Installing PyDev in eclipse is failed -