• Resolved razerino

    (@razerino)


    Hello, i recently asked how to stick the Slider to the bottom. That worked fine for me. Now my slider is at the start of the footer.Basicly i want the slider to be displayed above the footer but also to be sticky. When is set from Start of Element to Before Element it is Above the Footer but not sticky when scrolling on the page. How to solve this?

    Thank you.
    Best Regards
    Razerino

Viewing 1 replies (of 1 total)
  • Plugin Author metaphorcreations

    (@metaphorcreations)

    Since you’re moving the Ditty out of the footer, which is the element that is sticky, you’ll need to add custom CSS to make the Ditty fixed to the bottom as well. Here is some CSS to get you started:

    .ditty[data-id="2701"] {
      position: fixed;
      width: 100%;
      bottom: 50px;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Sticky above footer’ is closed to new replies.