Moving Slideshow Arrows

Professional Jomal template designed to be easily adaptable to all kinds of business
GK User
Fri Oct 22, 2010 2:48 pm
I am wondering if I can change the position of the left and right arrows that advance slides in the Image Show. Does anyone know how to do this?
User avatar
Junior Boarder

GK User
Fri Oct 22, 2010 3:04 pm
Hi LanceWright99,

of course this can be done. Where exactly do want to "move" it to?

for example vertical positioning of the left arrow is influenced by the following code:

Code: Select all
element.style {
top:137px;
}


Horizontal positioning can be changed here (gk_stuff.css / line 485):

Code: Select all
.gk_is_prev {
left:-35px;
right:inherit;
}
User avatar
Senior Boarder

GK User
Fri Oct 22, 2010 3:38 pm
Thanks for showing me where the arrow position can be edited. We're experimenting with moving them both below the Read more button on the Image Show. So I guess I'll experiment with the locations and see how it goes. Thank you.
User avatar
Junior Boarder

GK User
Fri Oct 22, 2010 3:59 pm
You´re welcome! I hope you manage to fit it to your needs!
User avatar
Senior Boarder

GK User
Fri Oct 22, 2010 6:38 pm
Hi again,

I've been able to move the arrows horizontally, but not vertically. Where is this code found?

Code: Select all
element.style {
top:137px;
}
User avatar
Junior Boarder


cron