MyBB Community Forums

Full Version: upper panel fix
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
how to fix the position upper panel
so that after scrolling it doesnt hide

because when i add postion fix in
panel.upper it totaly removes the panel
add width: 100%; to panel.upper
(2015-11-06, 09:01 AM)fredzy Wrote: [ -> ]add width: 100%; to panel.upper

but it will make panel width fit to screen?
make it 88 or 90 percent a link to your forum will help me know what exactly you want
(2015-11-06, 12:01 PM)fredzy Wrote: [ -> ]make it 88 or 90 percent a link to your forum will help me know what exactly you want

see this image i m talking about the upper panel
and i want it fix so that while scrolling it doesnt move
The reason why it's moving is because of the fixed position in css. Remove this from your css

position: fixed;
check rhis reply: http://community.mybb.com/thread-186097-...pid1196419

you need to add them to #panel .upper instead of #panel .lower