Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #392419

    Floating menu: ability to place it wherever in the page, and when it gets to the top, it stays there fixed?!

    #392440

    have you tried using fullwidth sub menu element – it has option for sticky

    #392532

    Nice element, I use this for some subpages. I need a contact Button sticking to the footer of the browser all the time. Maybe there is a solution für this?! I have seen a plugin but I want to keep things simple and clean.

    #393001

    Hi!

    Thank you for using Enfold.

    You can create it manually. Insert a code or text block, add something like this:

    <div class="contact-form">THIS IS AN AWESOME CONTACT FORM</div>
    

    Add this on Quick CSS:

    .contact-form {
    position: fixed;
    bottom: 20px;
    z-index: 10000;
    }

    Cheers!
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.