Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • missyw Friend
    #150893

    Hello

    Is it possible to move the Description to the left, to go along with an image which is only 285 pixels wide? (The demo images are 450px wide).

    Saguaros Moderator
    #343014

    Dear

    Here is the solution, pls open the file templates/ja_lime/css/mod_jaslideshow2.css
    a)

    #ja-slideshow .ja-slide-item img {
    background-color: #fcfcfc;
    border: 1px solid #ddd;
    padding: 4px;

    }

    and replace:

    #ja-slideshow .ja-slide-item img {
    background-color: #fcfcfc;
    border: 1px solid #ddd;
    padding: 4px;
    float:right
    }

    b)

    #ja-slideshow .maskDesc .ja-slide-desc {
    color: #333;
    font-size: 100%;
    padding: 0 0 20px;
    position: absolute;
    right: 0;
    top: 0;
    width: 480px;
    }

    and replace:

    #ja-slideshow .maskDesc .ja-slide-desc {
    color: #333;
    font-size: 100%;
    padding: 0 0 20px;
    position: absolute;
    left: 0;
    top: 0;
    width: 480px;
    }

    c)

    .maskDesc a.readon {
    bottom: 30px;
    display: block;
    position: absolute;
    right: 0;
    width: 480px;
    }

    and replace:

    .maskDesc a.readon {
    bottom: 30px;
    display: block;
    position: absolute;
    left: 0;
    width: 480px;
    }

    GOod luck

    missyw Friend
    #343032

    Dear Tienhc

    I am so sorry :-[, I was not clear about what I want! (And you gave such clear instructions!)

    I want to leave the image on the left hand side, but I want to reduce the gap between the image and the text/description. My image is only 285px wide, and there is a big gap of white space between the image and the description. Can you help?

    Saguaros Moderator
    #343321

    Dear missyw!

    i have edited my post, if possible give me the link to your site

    Thanks

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

This topic contains 4 replies, has 2 voices, and was last updated by  Saguaros 14 years, 6 months ago.

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