Hi folks, I'm running into a problem on cell phones ONLY. The responsive menu systems (and the .header div area itself) are overlapping the main body content area. I've tried removing the z-index, add padding etc, but can't seem to force the padding/margins for this section to stop covering the area.
I've added in the media query: @media only screen and (max-width: 479px) { .header { height: auto !important; z-index: 0 !important; display:inline-block !important; padding-bottom: 10px; float: none !important;} }
No joy.
I am hoping for some help to finish up this project.
https://bendannie2.worldsecuresystems.com/home
Thanks MUCH in advance:
Jeff
Found a fix. I HAVE to remove the height declaration from the .header class. It won't override in media query.