OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
How to change the "arrows" position ?? (0 viewing) 

Joomla Slider Support

Go to bottom Favoured: 0

How to change the "arrows" position ??

winterrise (User)
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
How to change the "arrows" position ?? 9 Years, 12 Months ago
Karma: 0  
My working wesite !! staging.careme.tw/

I want to move the arrow as attache file. How do I modify the css or javascript!!
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
graph
User Offline Click here to see the profile of this user
Re:How to change the "arrows" position ?? 9 Years, 11 Months ago
Karma: 101  
hello,

you need replaces rows in file modules->mod_OS_TouchSlider->assets->css

row #125
Code:

.touchSlider .arrow-right, .touchSlider .arrow-left {
background-image: url("../images/slider-arrows.png");
background-repeat: no-repeat;
height: 35px;
cursor: pointer;
display: none;
width: 75px;
position: absolute;
margin: auto;
z-index: 5;
/* left: 0; */
}



row #108
Code:

.touchSlider.horizontal .arrow-left {
background-position: 40px -105px;
left: 0;
top: 0;
bottom: 0;
}



row #110
Code:

.touchSlider.horizontal .arrow-left:hover {
background-position: 40px -71px;
}



Please backup that file first

Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
Go to top
»