Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #345671

    Hi, is it possible to fix the slider on the home-page, that the other content is scrolling over this slider?

    Cheers,
    Markus

    #345897

    Hi, i made it.
    There are customm css at the slider settings:
    .ls-slide {
    position: fixed;
    }

    Then in own css (child theme):
    .ls-container {
    z-index:1;
    }

    #av_section_1 {
    position: relative;
    z-index:100;
    background-color: #ffffff;
    background-attachment:scroll !important;

    }

    And then it works. :-)

    Cheers,
    Markus

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Slider Attachment fixed’ is closed to new replies.