Tagged: enfold
I want to have an element overlap the Fullscreen Slider but it doesn’t show up until I scroll down.
Is there a way to user that element and have the overlapping element show up when the page first loads?
Hey Andrea,
Not sure how you’ve added that or what it should look like? Please post login details and try to explain a bit further what you’ve done so far and we’ll have a look at it.
Best regards,
Rikard
Hi Rikard,
I gave the element a custom class and made it:
#home-login .flex_column_table {
margin-top: -29% !important;
z-index: 10000;
}
But when I first click on the site it looks like this: http://www.screencast.com/t/pnqqHabb
And when I scroll down slightly and back up again it appears:
http://www.screencast.com/t/vuG0UwiDsU
It seems to have something to do with the parallax scrolling of the full page slider.
Hey!
Please try adding following code to Quick CSS
.home-login {
z-index: 3!important;
}
Cheers!
Yigit
Worked great! Thanks!