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;