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