test
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • gonger Friend
    #149270

    Hi,

    When I move the ja-contentslider from ja-topsl to user1, the content shows up nicely after I made the code updates explained here, http://www.joomlart.com/forums/topic/ja-content-slide-button-problems/

    The only problem is the slider buttons are on top of the last picture. How do I move the slider buttons up? http://www.rahhairstudio.com/staff/heather

    Thanks

    Saguaros Moderator
    #335446

    Dear gonger!

    pls open the file : http://www.rahhairstudio.com/templates/ja_lead/css/ja_contentslide.css and find codes:

    .ja-contentslider {

    margin: 0;

    padding: 0;

    overflow: hidden;

    position: relative;

    width: auto !important;

    width: 100%;

    line-height: 1 !important;

    }

    and replace:

    .ja-contentslider {

    margin: 0;

    padding: 0;

    / * overflow: hidden; */

    position: relative;

    width: auto !important;

    width: 100%;

    line-height: 1 !important;

    }

    b) find codes :

    #ja-contentslider-left,

    #ja-contentslider-right {

    width: 20px !important;

    position: absolute;

    top: 150px;

    height: 20px !important;

    z-index: 999;

    }

    replace:

    #ja-contentslider-left,

    #ja-contentslider-right {

    width: 20px !important;

    position: absolute;

    top: -35px;

    height: 20px !important;

    z-index: 999;

    }

    Good luck

    gonger Friend
    #335485

    Thanks! That worked. It put the buttons at the top where I wanted them.

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

This topic contains 3 replies, has 2 voices, and was last updated by  gonger 14 years, 10 months ago.

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