move search position

Responsive Joomla template for Entertainment and Music purpose with clean and lightweight design.
GK User
Sun Dec 02, 2012 4:55 pm
Hi.

i'm working in local with this template.

i'm trying to move search position below the main menu, and before the breadcrumb position.

it is possible?

and... if it is, there is any suggestion?

thanks... :-)



peter.
User avatar
Senior Boarder

teitbite
Mon Dec 03, 2012 12:23 pm
Hi

Please try to use this code:

Code: Select all
#gkPageWrap {
    position: relative;
}
#gkSearch {
    position: absolute;
    right: 0;
    top: 196px;
}
User avatar
Moderator

GK User
Fri Dec 07, 2012 10:29 pm
hi,

sorry for my late reply... i was very busy.

by the way, your solution works very well.

i inserted the css code into override.css
:-)


thank you very much!

your works is really very good.



peter.
User avatar
Senior Boarder

teitbite
Sat Dec 08, 2012 4:33 am
Hi

Thank You. I'm trying to help the best I can :)
User avatar
Moderator


cron