Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Content overlapping fixed navbar

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #242339
    iangdesign
    Participant

    I’ve looked on a few different forum posts, but can’t seem to find an answer as to why my content is overlapping my fixed navbar. Can anyone more familiar with CSS see what I am not able to? Thanks!

    Codepen link: http://codepen.io/anon/pen/xObzrJ

    #242340
    rkieru
    Participant

    You have an error in your code. Above z-index: 1000 you have font:

    There is no declaration for the font, and no ending semi-colon, so the z-index is not being translated, it is being considered as part of your font declaration.

    #242342
    iangdesign
    Participant

    Holy caroli…I forgot all about that. Thanks for your help!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.