Adjustments to gk_top area.

GK User
Sat Apr 30, 2011 8:19 pm
I am trying to place a header style log in the sporter template (clients idea not mine) and I followed the instructions you gave here /forum/94-sporter/75231-custom-move-register-login-and-tools-button.html

but I think because I have changed the logo area to cover the width it is pushing search,tools and top down.

I would like the search box to lay on top of the header graphic (same location in your template design) and for tools,login,reg to slide inline to the right of top menu like you did in the post reference.

thepuregame.org Could you take a look and advise. thanks in advance for your help. again. -gene
User avatar
Fresh Boarder

teitbite
Sun May 01, 2011 3:01 pm
Hi

Can You please prepare the image showing how would You like to have it ? I haven't understood it fully.
User avatar
Moderator

teitbite
Tue May 03, 2011 2:38 pm
Hi

Please try to add this code to css:

Code: Select all
#gk-top {
position:relative;
}

div.gk-search {
position:absolute;
bottom:10px;
right:10px;
}
User avatar
Moderator


cron