Element Style Search

Professional Jomal template designed to be easily adaptable to all kinds of business
GK User
Sun Oct 24, 2010 6:04 am
I'm looking to find the code below so I can adjust the vertical location of the Image Show areas:

element.style {
top:137px;}

But I've searched and can't find this code.
User avatar
Junior Boarder

GK User
Sun Oct 24, 2010 10:49 pm
Hi

Can you be more specific?
What do you want to adjust?
User avatar
Platinum Boarder

GK User
Sun Oct 24, 2010 11:07 pm
I'm trying to adjust the vertical location of the left and right arrows that move the Gavick Image Show on the header forward and backwards. I have discovered how to adjust the horizontal position in the css, but can't find the code to adjust the vertical position. Firebug indicates the vertical position is here:

element.style {top:137px;}

But I've searched all over and can't find where this code is. Do you know where it is?

Thanks.
User avatar
Junior Boarder

GK User
Mon Oct 25, 2010 9:34 am
in gk_stuff.css
find this line:
Code: Select all
.gk_is_prev,
.gk_is_next { width:23px; height:46px; background:transparent url('../images/arrows.png') no-repeat 0 0; position:absolute; cursor:pointer; margin:0; right:-35px; }


and replace it with
Code: Select all
.gk_is_prev,
.gk_is_next { width:23px; height:46px; background:transparent url('../images/arrows.png') no-repeat 0 0; position:absolute; cursor:pointer; margin:0; right:-35px; margin-top:-10px }


play around with the margin-top pixels...
User avatar
Platinum Boarder

GK User
Mon Oct 25, 2010 2:32 pm
Thank you. This worked for moving the vertical position. I discovered that the arrows don't work when placed on the image shows. If there's a way to make them work when placed on the image show, I'd be interested. But it's not a big deal. For now, we're sticking with the arrows where they are.
User avatar
Junior Boarder


cron