Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1329641

    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

    • This topic was modified 2 years, 11 months ago by Wulius.
    #1329683

    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

    #1329691

    That worked perfectly. Thx a lot!

    • This reply was modified 2 years, 11 months ago by Wulius.
Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘overlay sockel’ is closed to new replies.