Fixed header showing text behind as I scroll up

Hi

I’m having issues creating a fixed header.
I know it’s something to do with using ‘row’ but can’t see what
See my codepen link.
Basically, the text scrolls over the header.
This is simplified, anything I seem to add e.g. images, scrolls over when inside a row

Does anybody know where I am going wrong?

http://codepen.io/collierd/pen/BzkdbG
Thanks

Damian.

Hi there Collierd,

try adding

    z-index: 1;

…to your .ccsticky-nav attributes. :sunglasses:

coothead

2 Likes

You, my friend, have just resolved an issue that I’ve been trying to fix for the last couple of hours.
Deserved more than just one like from me!

Now away to find out what z-index is!

Thanks

Damian.

1 Like

.[quote=“Collierd, post:4, topic:229289”]
Deserved more than just one like from me!
[/quote]

aw shucks, it was nothing. :pensive:

coothead

1 Like

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.