Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • pagefactory Friend
    #207722

    hi there,

    url http://www.sensavloeren.nl joomla 3.4

    I changed the height in module JA Slideshow Lite into 350 px.

    the discription text in the slideshow goes out of border (a bit to low) on my tablet (horizontal ) (i-pad) on the PC it’s goes allright.

    How can I changed / move the text ?

    friendly regards,

    Rob

    Saguaros Moderator
    #575177

    Hi Rob,

    You can try opening the css file: root/templates/ja_decor/css/custom.css

    and add this rule:

    @media (min-width: 992px) and (max-width: 1199px) {
    .ja-ss-desc {
    top: 205px;
    /*your style goes here*/
    }
    }

    Saguaros Moderator
    #641507

    Hi Rob,

    You can try opening the css file: root/templates/ja_decor/css/custom.css

    and add this rule:

    @media (min-width: 992px) and (max-width: 1199px) {
    .ja-ss-desc {
    top: 205px;
    /*your style goes here*/
    }
    }

    Saguaros Moderator
    #740169

    Hi Rob,

    You can try opening the css file: root/templates/ja_decor/css/custom.css

    and add this rule:

    @media (min-width: 992px) and (max-width: 1199px) {
    .ja-ss-desc {
    top: 205px;
    /*your style goes here*/
    }
    }

    pagefactory Friend
    #575228

    thanx Saguaros,

    /*your style goes here*/

    I try something like this, but does’nt do anything:
    @media (min-width: 992px) and (max-with: 1199px) {
    .ja-ss-desc {
    top: 205px;
    /*your style goes here*/
    max-height: 350px;
    min-height: 350px;
    }
    }

    what I do wrong ?

    regards

    Rob

    Saguaros Moderator
    #575277

    You can PM me admin & ftp account of your site, I will take a look.

    Saguaros Moderator
    #575790

    Hi Rob,

    I updated again in the file: /css/themes/brown/mod_jaslideshowlite.css


    @media (min-width: 992px) and (max-width: 1199px) {
    .ja-ss-desc {
    top: 205px;
    max-height: 350px;
    min-height: 350px;
    }
    }
    @media (min-width: 1200px) {
    .ja-ss-desc {
    top: 220px;
    }
    }

    Kindly take a look

    Saguaros Moderator
    #642119

    Hi Rob,

    I updated again in the file: /css/themes/brown/mod_jaslideshowlite.css


    @media (min-width: 992px) and (max-width: 1199px) {
    .ja-ss-desc {
    top: 205px;
    max-height: 350px;
    min-height: 350px;
    }
    }
    @media (min-width: 1200px) {
    .ja-ss-desc {
    top: 220px;
    }
    }

    Kindly take a look

    Saguaros Moderator
    #740779

    Hi Rob,

    I updated again in the file: /css/themes/brown/mod_jaslideshowlite.css


    @media (min-width: 992px) and (max-width: 1199px) {
    .ja-ss-desc {
    top: 205px;
    max-height: 350px;
    min-height: 350px;
    }
    }
    @media (min-width: 1200px) {
    .ja-ss-desc {
    top: 220px;
    }
    }

    Kindly take a look

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

This topic contains 9 replies, has 2 voices, and was last updated by  Saguaros 8 years, 10 months ago.

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