Viewing 1 replies (of 1 total)
  • Hi @dddt, I found the solution.

    Go to /wp-slideshow-posts/css/style-slideshow.css and you need include z-index atribute in .ss1_wrapper .slideshow_box .data, check this out:

    .ss1_wrapper .slideshow_box .data {
    top: -50%;
    left: 0;
    width: 60%;
    margin: auto auto auto 30px;
    position: relative;
    z-index:10;
    padding: 0;
    }

    Regards my friend ??

Viewing 1 replies (of 1 total)
  • The topic ‘Title, description and next/prev are under the slider image’ is closed to new replies.