-
AuthorPosts
-
pagefactory Friend
pagefactory
- Join date:
- March 2012
- Posts:
- 102
- Downloads:
- 20
- Uploads:
- 11
- Thanks:
- 1
- Thanked:
- 3 times in 1 posts
June 22, 2015 at 10:37 am #207722hi 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 ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
June 23, 2015 at 4:29 am #575177Hi 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 ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
June 23, 2015 at 4:29 am #641507Hi 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 ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
June 23, 2015 at 4:29 am #740169Hi 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 Friendpagefactory
- Join date:
- March 2012
- Posts:
- 102
- Downloads:
- 20
- Uploads:
- 11
- Thanks:
- 1
- Thanked:
- 3 times in 1 posts
June 23, 2015 at 11:09 am #575228thanx 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 ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
June 24, 2015 at 1:46 am #575277You can PM me admin & ftp account of your site, I will take a look.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
June 29, 2015 at 8:28 am #575790Hi 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 ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
June 29, 2015 at 8:28 am #642119Hi 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 ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
June 29, 2015 at 8:28 am #740779Hi 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
-
AuthorPosts
This topic contains 9 replies, has 2 voices, and was last updated by Saguaros 9 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum