Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • flawlessgr Friend
    #190962

    Hi, I want to position the previous/next arrows of the Ja-slideshow lite module, on each side of the slideshow instead of the middle of the slideshow.
    The site URL is http://palladion2.artemis.my-portal.gr/index.php/el/

    Thank you in advance,
    Konstantinos

    Ninja Lead Moderator
    #507279

    Hi Konstantinos,

    Hope my solution will help you to solve this problem

    Open templates/ja_mendozite/css/template.css file

    Add new script


    .ja-ss-btns {
    height: 80px;
    position: absolute;
    right: auto;
    left: 0;
    top: 50%;
    overflow: hidden;
    width: 100%;
    z-index: 25;
    margin-top: -40px;
    }

    .ja-ss-btns span.ja-ss-prev {
    background-image: url(../images/slide-prev.gif);
    border-right: 1px solid #f6f6f6
    background-repeat: no-repeat;
    background-color: transparent;
    display: block;
    width: 40px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-indent: -999em;
    }

    .ja-ss-btns span.ja-ss-next {
    background-image: url(../images/slide-next.gif);
    background-repeat: no-repeat;
    display: block;
    width: 40px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-indent: -999em;
    float: right;
    }

    Don’t forget to clear cache from Admin area after changed

    flawlessgr Friend
    #507308

    First of all, thanks for the quick response.
    I decided to take your answer as a guideline and modify the pre-existing css rules and finally I am able to place the buttons wherever I want!

    Thanks a lot 🙂

    <em>@Ninja Lead 391411 wrote:</em><blockquote>Hi Konstantinos,

    Hope my solution will help you to solve this problem

    Open templates/ja_mendozite/css/template.css file

    Add new script


    .ja-ss-btns {
    height: 80px;
    position: absolute;
    right: auto;
    left: 0;
    top: 50%;
    overflow: hidden;
    width: 100%;
    z-index: 25;
    margin-top: -40px;
    }

    .ja-ss-btns span.ja-ss-prev {
    background-image: url(../images/slide-prev.gif);
    border-right: 1px solid #f6f6f6
    background-repeat: no-repeat;
    background-color: transparent;
    display: block;
    width: 40px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-indent: -999em;
    }

    .ja-ss-btns span.ja-ss-next {
    background-image: url(../images/slide-next.gif);
    background-repeat: no-repeat;
    display: block;
    width: 40px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-indent: -999em;
    float: right;
    }

    Don’t forget to clear cache from Admin area after changed</blockquote>

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

This topic contains 3 replies, has 2 voices, and was last updated by  flawlessgr 11 years, 1 month ago.

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