Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Luiz FernandoMolina Friend
    #185097

    Hello,

    Im having problems to change a few things on the JA Slideshow Lite.

    I searched all topics for an answer, and I founded this one (http://www.joomlart.com/forums/topic/how-can-i-change-the-final-position-of-the-text-and-images-in-slideshow-lite/), but It didn’t help enough.

    What I want is:
    1. Move the “navigation”, that two arrows pictures, to the right corner of the slideshow.
    2. Move and resize the text box.

    Here a image explaining this:


    1. capturado
    Ninja Lead Moderator
    #484018

    You can follow my suggestion will help your solve the problem

    Open templates/ja_mendozite/css/mod_jaslideshowlite.css file

    + Move navigation
    from

    .ja-ss-btns {
    z-index: 900;
    position: absolute;
    left: 390px;
    bottom: 106px;
    }

    change to

    .ja-ss-btns {
    z-index: 900;
    position: absolute;
    left: 850px;
    bottom: 1px;
    }

    + Move and resize text box

    from

    color: #FFFFFF
    left: 0;
    position: absolute;
    bottom: 60px;
    height: 50px;
    width: 350px;
    background: #333
    padding: 20px;
    z-index: 3;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    }

    change to

    color: #FFFFFF
    left: 0;
    position: absolute;
    bottom: 60px;
    height: 40px;
    width: 350px;
    background: #333
    padding: 20px;
    z-index: 3;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    bottom: 0px;
    }

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  Ninja Lead 11 years, 2 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum