Hi,
im trying to sticky my inline menu element using position fixed.
$el{
width: 75%;
position: fixed;
top: 120px;
background-color: white;
z-index: 9999999999 !important;
}
also tried using a custom class. The menu does not get a white backgound, and it is behind all the images and some of the text.
What am i doing wrong?
This is the site:
http://motionair.no/grip/

