-
AuthorPosts
-
July 3, 2012 at 3:41 pm #178761
Hi all you JA lovers!
I’m wondering if anyone has worked out a way to change the length of the description field length background in ja slideshow 2? I’ve located the relevant CSS for the template I’m using but can’t find the parameter to change :((
Thanks!
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
July 3, 2012 at 3:46 pm #459761So that I can try to best assist you, please provide the url of the site you’re working on,
as well as set “Optimise CSS” to “No” within your Template Manager–General settings.July 4, 2012 at 8:31 pm #459903Hi Tom,
Thanks for your response! See PM for details…
Cheers!
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
July 5, 2012 at 4:02 pm #460011Okay – so if I am understanding correctly what it is you are wanting to do, here is my suggestion . . .
Within the following file path –> /modules/mod_jaslideshow3/assets/themes/tiris/style.css
at line 233, you will see the following:
<blockquote>#ja-slideshow .maskDesc .ja-slide-desc {
color: #fff;
font-size: 100%;
left: 30px;
padding: 0;
position: absolute;
top: 145px;
width: 60%;
}</blockquote>What you can do is play around with the “width” property percentage until you arrive at the result you are happy with.
for example . . .
<blockquote>#ja-slideshow .maskDesc .ja-slide-desc {
color: #fff;
font-size: 100%;
left: 30px;
padding: 0;
position: absolute;
top: 145px;
width: 40%;
}</blockquote>You can, of course, also use pixel values instead of percentage, if you wish.
Does this achieve the result you were looking for ???
1 user says Thank You to TomC for this useful post
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
July 6, 2012 at 7:06 am #460063Hi there,
If you only wanna change with of ‘description‘ box, in the same style.css file like above, at approx line 255:
#ja-slideshow .maskDesc p {
background: none repeat scroll 0 0 #000000
color: #B3B3B3
font-family: "abelregular",Arial,sans-serif;
font-size: 200%;
font-weight: normal;
line-height: normal;
padding: 3px 10px;
text-transform: none;
width: XXXpx; <<< add your desired width here
}1 user says Thank You to Saguaros for this useful post
-
AuthorPosts
This topic contains 7 replies, has 3 voices, and was last updated by wmwrick 12 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum