-
AuthorPosts
-
Janice W Davis Friend
Janice W Davis
- Join date:
- September 2014
- Posts:
- 105
- Downloads:
- 0
- Uploads:
- 16
- Thanks:
- 14
- Thanked:
- 2 times in 1 posts
January 21, 2010 at 9:37 pm #147872I need to reduce the width of the slideshow and move it too the right. From the slideshow module I was able to reduce the width of it – but I’m unsure how to move it right. I have tried changing the css to float it right but I’m not sure which piece to move.
Any help appreciated.
Anonymous
Moderator
JA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
January 26, 2010 at 4:59 am #330404Hi jwdavis
Please open templates/ja_lead/css/mod_jaslideshow2.css file, find following code section:
.ja-slide-main-wrap {
overflow: hidden;
position: relative;
z-index: 1;
}and change to:
.ja-slide-main-wrap {
overflow: hidden;
position: relative;
z-index: 1;
float: right;
}
1 user says Thank You to JA Developer for this useful post
Janice W Davis Friend
Janice W Davis
- Join date:
- September 2014
- Posts:
- 105
- Downloads:
- 0
- Uploads:
- 16
- Thanks:
- 14
- Thanked:
- 2 times in 1 posts
February 2, 2010 at 6:53 pm #331331Thanks I got the logo fitted in now – well at least in Firefox. But in IE7 the logo is pushed down below the slideshow.
view it here: http://www.businessnearme.ca/
I’m wondering if it has something to do with the ja-slide-thumbs-wrap – as when I use the IE developer tool bar and outline the div elements I see that is is still far to the left away from the rest of the slide show.
Thanks
Anonymous
Moderator
JA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
February 5, 2010 at 4:23 am #331619Please change:
.ja-slide-main-wrap {
overflow: hidden;
position: relative;
z-index: 1;
float: right;
}to
.ja-slide-main-wrap {
overflow: hidden;
position: relative;
z-index: 1;
float: right;
width: 710px !important;
}1 user says Thank You to JA Developer for this useful post
Janice W Davis Friend
Janice W Davis
- Join date:
- September 2014
- Posts:
- 105
- Downloads:
- 0
- Uploads:
- 16
- Thanks:
- 14
- Thanked:
- 2 times in 1 posts
February 8, 2010 at 3:27 am #331943Thanks – that didn’t quite do it – but it did point the way. This did work:
.ja-slidewrap {
margin: 0;
padding: 0;
position: relative;
float:right;
width: 710px;
} -
AuthorPosts
This topic contains 5 replies, has 2 voices, and was last updated by Janice W Davis 14 years, 12 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum