http://www.studiomorriconi.com/luxvillae/
Is possible to place logo in the middle and search box in the left?
#gkSearch {
clear: right;
float: right;
margin: 20px 0 0;
}
#gkLogo {
display: block;
margin: 0 auto;
width: 280px;
}
MaxP4 wrote:Hummm, ok for "Search" but logo position is not working...
#gkLogo {
display: block;
float: none;
margin: 0 auto;
width: 280px;
}