Tagged: sockel
Hi, is it possible to create a sockel which is not added at the bottom but overlays on the site?
I put the bg-image at https://www.yoga-lisa.at/ on fullscreen and don´t want a scrollbar.
Thx in advance.
Regards
Wolfgang
Hey Wulius,
Thank you for the inquiry.
Adjusting the position of the #socket container should be possible with the following css code.
#socket {
position: fixed;
bottom: 0;
width: 100%;
z-index: 1000;
}
Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.
Best regards,
Ismael
That worked perfectly. Thx a lot!