html - Responsive menu push the content -


i using media queries make website responsive.it looks awesome , when open mobile menu , pushes content below. enter image description here

so question , how can adjust mobile menu not push content down? thank you.

absolute/fixed position on #main-menu

#main-menu{     position: 'absolute',     background-color: '#c41a17',     z-index: 99999, } 

Comments

Popular posts from this blog

routing - AngularJS State management ->load multiple states in one page -

python - GRASS parser() error -

post - imageshack API cURL -