Hey guys,
I built my website with a pretty old Version of Laytheme.
I only updated it 2 days ago and now, some of my codes are not working anymore.
There is a "running text (?)" right below the header of every page.
It's supposed to run OVER the images while scrolling down.
It's also fixed on it's position.
Before I did the update, everything worked just fine with entering the html in the gridder and add the class fixed-element so I could define it's position, margin and layer in CSS.
.fixed-element {
position: fixed;
top: 135px;
z-index:1;
}
I don't have other z-index elements. But since the update the running text is hidden behind the images and I can't get the class to react anymore. I also tried to add an ID - but it's still not reacting to any written code.
I tried change the color, margin, etc. .. nothing.
Is there something I'm missing here with the new Version?
Thanks for helping me out.
x