Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • stardom Friend
    #162257

    Hello,

    we got an problem in order to the Joomlart Slideshow2 module in Halite.
    The Slideshow Image is behind the discription text but the slideshow image has to be right to the text.

    Maybe someone got an idea? I nearly tried everything.
    Here’s the URL:
    Click Here

    Thank you in advance!

    Saguaros Moderator
    #384747

    YOu open the file templates/ja_halite/css/mod_jaslideshow2.css and find the following code

    .maskDesc {
    float: right;
    left: 0 !important;
    z-index:3
    }

    replace :

    .maskDesc {
    float: right;
    right: 0 !important;
    z-index:3
    }
    .ja-slide-main-wrap, ja-slide-main-wrap .maskDesc {
    width: 950px!important;
    }

    stardom Friend
    #385006

    <em>@tienhc 232124 wrote:</em><blockquote>YOu open the file templates/ja_halite/css/mod_jaslideshow2.css and find the following code

    .maskDesc {
    float: right;
    left: 0 !important;
    z-index:3
    }

    replace :

    .maskDesc {
    float: right;
    right: 0 !important;
    z-index:3
    }
    .ja-slide-main-wrap, ja-slide-main-wrap .maskDesc {
    width: 950px!important;
    }
    </blockquote>

    Thank your for advice!
    Now the text is aligned to the right side, the image is still on the left and also it look’s a bit different from what it should be.
    Maybe there’s another option for the Code?

    Saguaros Moderator
    #385051

    ok, you try replace those code by these :

    .maskDesc {
    float: left;
    left: 0 !important;
    z-index:3
    }
    .ja-slide-main-wrap, ja-slide-main-wrap .maskDesc {
    width: 750px!important;
    }
    .ja-slide-main {
    right:0;
    top:0;
    }

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

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

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