Search code examples
jqueryresponsive-slides

ResponsiveSlides button tabs position


I'm using ResponsiveSlides js to create image sliders. However, is that possible to position the bottom button tabs to be within the image? my test link: http://websolutions.my/slider-test/ I tried editing the css but cant able to do so


Solution

  • Add below property to the UL

    #slideshow ul {
      font-size: 14px;
      margin-top: -50px;
      position: relative;
      z-index: 99;
      margin-bottom: 40px;
    }