test
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • Janice W Davis Friend
    #147872

    I 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
    #330404

    Hi 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;
    }

    Janice W Davis Friend
    #331331

    Thanks 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
    #331619

    Please 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;
    }

    Janice W Davis Friend
    #331943

    Thanks – 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;
    }

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

This topic contains 5 replies, has 2 voices, and was last updated by  Janice W Davis 14 years, 10 months ago.

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