-3

Please check over the site: www.HearMe.fm

As you can see, there is a sticky on the bottom of the page. The problem is that I want the bottom of the page extended, so that the content is not hidden under the sticky element. I.e. the left hand menu is covered by the sticky bar.

Thanks in advance

SomeOne
  • 5
  • 2
  • 1
    Questions seeking debugging help ("why isn't this code working?") must include the desired behavior, a specific problem or error and the shortest code necessary to reproduce it in the question itself. Questions without a clear problem statement are not useful to other readers. See: How to create a Minimal, Complete, and Verifiable example. –  Sep 03 '16 at 12:21
  • Thanks for feedback. You know, you could have been useful and actually answered the question – SomeOne Sep 03 '16 at 12:41
  • Only answer questions that conform with the rules of the site. My comment above is an exact copy of a close reason. –  Sep 03 '16 at 12:43
  • http://meta.stackoverflow.com/questions/254428/something-in-my-web-site-or-project-doesnt-work-can-i-just-paste-a-link-to-it – apaul Sep 03 '16 at 13:30

1 Answers1

0

How about:

#headerwrap {
    z-index: 9999999999;
}
Julian
  • 1,380
  • 12
  • 28