shrink the height of Top Menu Bar
|
|
Hi there, I've enabled using the transparency of Top Menu Bar. May I ask how to shrink the height of this bar for more clickable items covered behind in the page? :) |
|
|
Add something like between line 65 and 70
'#fb_menubar {padding: 0px;max-height: 20px; line-height: 0;}'+
'.fb_menu_title {padding: 0px;}'+
'.fb_menu {padding: 0px;}'+
'#menubar_container {padding: 0px;max-height: 20px;line-height: 0;}'+
The searchfield will be kinda ugly but it should work. |
|
|
Oh, that's so wonderful! I love this so much! :) Thanks! |