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

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -