-
AuthorPosts
-
Luiz FernandoMolina Friend
Luiz FernandoMolina
- Join date:
- December 2005
- Posts:
- 63
- Downloads:
- 37
- Uploads:
- 2
- Thanks:
- 16
- Thanked:
- 2 times in 1 posts
February 19, 2013 at 5:48 pm #185097Hello,
Im having problems to change a few things on the JA Slideshow Lite.
I searched all topics for an answer, and I founded this one (http://www.joomlart.com/forums/topic/how-can-i-change-the-final-position-of-the-text-and-images-in-slideshow-lite/), but It didn’t help enough.
What I want is:
1. Move the “navigation”, that two arrows pictures, to the right corner of the slideshow.
2. Move and resize the text box.Here a image explaining this:
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
February 20, 2013 at 9:47 am #484018You can follow my suggestion will help your solve the problem
Open templates/ja_mendozite/css/mod_jaslideshowlite.css file
+ Move navigation
from.ja-ss-btns {
z-index: 900;
position: absolute;
left: 390px;
bottom: 106px;
}
change to
.ja-ss-btns {
z-index: 900;
position: absolute;
left: 850px;
bottom: 1px;
}
+ Move and resize text box
from
color: #FFFFFF
left: 0;
position: absolute;
bottom: 60px;
height: 50px;
width: 350px;
background: #333
padding: 20px;
z-index: 3;
overflow: hidden;
display: block;
text-overflow: ellipsis;
}
change to
color: #FFFFFF
left: 0;
position: absolute;
bottom: 60px;
height: 40px;
width: 350px;
background: #333
padding: 20px;
z-index: 3;
overflow: hidden;
display: block;
text-overflow: ellipsis;
bottom: 0px;
}1 user says Thank You to Ninja Lead for this useful post
AuthorPostsViewing 2 posts - 1 through 2 (of 2 total)This topic contains 2 replies, has 2 voices, and was last updated by Ninja Lead 11 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
JA Slideshow Lite – change navigation position
Viewing 2 posts - 1 through 2 (of 2 total)