hi,
i have the socket to be always in front with this code:
#socket {
position: fixed;
bottom: 0;
width: 100%;
}
#socket { z-index: 999; }
works perfect. without this code the sub menu is visible in the socket. with this code the submenu is not visible. i want the sub-menu to be displayed in the socket. could you help?
kr dirk
Hey schnippel,
Please add following code to Quick CSS as well
@media only screen and (min-width: 767px) {
#socket {
max-width: 80%;
}}
Best regards,
Yigit
hi,
not so good. green background is not 100% and does not work in responsive mode. any idea?
kr dirk
Hi,
Please change your code to following one
#socket {
position: fixed;
bottom: 0;
width: 100%;
left: 0;
}
Best regards,
Yigit
thanks… the menu in footer is still not visible in reponsive mode? do you have another idea?
i can send you admin data if you want …
kr
Hi!
Please refer to this post – http://kriesi.at/documentation/enfold/display-footer-menu-scroll-to-top-button-on-mobile/
Best regards,
Yigit
works :-)