hi!
i have a little question. i would like to insert a sub navigation on the project sites (each individually) where you can scroll through the page, wich is in fullscreen slider mode.
it´s a text element where the links are in and i would like to fix this element like the standard menu on bottom of the page. i tried it with custom css
.fixed {
position: fixed;
top: 100px;
left: 200px;
z-index: 10;
}
.fixed a {position: fixed;}
and added the class to the text element on the project gridder site. but nothing changed, the text is still scrolling and not fixed.
What did I do wrong?
best r