Is there a way to put the logo in the middle where the Search Module Position is and at the same time put the Search Module Position in the location where the Logo is now?
Thanks
Heiko
teitbite wrote:Hi
Of course there is. Please show me Your site.
#gkSearch {
float: left;
}
#gkLogo.cssLogo {
left: 50%;
margin-left: -77px;
position: absolute;
}
#gkMainMenu {
margin-top: 75px !important;
}