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;
}