Hi,
ist this very nice footer/socker effect possible with enfold?
the content overlaps sticky footer and socket while scrolling over.
content is with this css code below footer and socket.
i want to have it like in the link above.
#footer {
padding: 15px 0 30px;
position: fixed;
width: 100%;
z-index: 1;
bottom: 45px;
}
#socket {
position: fixed;
bottom: 0;
width: 100%;
z-index: 999;
}
Hey ak-muc,
Can you give us a link to your site? maybe we just need to add a few more css to achieve the same results as on the links you gave.
Best regards,
Nikko
Hi,
Updated the CSS code, please do check it now.
Best regards,
Basilis
Thank you very much, but i cant see anything!? my css code above does not work. i tried to get same “content scrolls over sticky footer and socket” effect like in the link from dessau theme.
Hi,
Could you please clear your cache and check it please?
Best regards,
Basilis
Hi,
i did that 3 times and last CSS code i can see is this:
.av-main-nav ul li a {
border-right-style: solid;
border-right-width: 0px;
border-left-style: solid;
border-left-width: 0px;
}
and i cant see footer effect like in dessau theme!?
Hi ak-muc,
I have added this css code on top of Quick CSS:
#footer {
min-height: 268px;
}
#footer .container {
position: fixed;
bottom: 54px;
}
#socket {
min-height: 54px;
}
#socket .container {
position: fixed;
bottom: 0;
}
#main > div {
position: relative;
z-index: 5;
}
#main #footer,
#main #socket {
z-index: 1;
}
However I did need to disable CSS Merge in Enfold > Performance since it still fetches the old css even when cache is flushed out.
Best regards,
Nikko
WOW … i apppreciate that. Very nice and now it works.
thx a lot.
AK
Hi AK,
Glad that we could help you :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko