Forums
Home / Theme: Virtue / sticky top bar(menu)
(@felixoinzaghi)
11 years ago
hai..how to make sticky top bar in virtue theme?
thank
(@britner)
You may need to adjust this some but try adding this to your custom css box in the theme options.
#topbar { position: fixed; width: 100%; top: 0; z-index: 999; } .admin-bar #topbar { top:28px; } .headerclass { margin-top: 30px; }
Kadence Themes
ok thank you..very much..
hai again…i have a problem here…on the home page the sticky top bar works well and when we scroll up or down the product pictures are behind the top bar..but on the product page, the picture is in front of the sticky top bar..can you help me?
here is the link
thank you..
Just need to change your z index
#topbar { z-index: 9999; }
awesome…thank you very much..
sorry..after i check..it doesn’t work..the picture is still in front of the top bar..
Sorry add another 9
#topbar { z-index: 99999; } Kadence Themes
thank you…it works God bless