Hello I would like to center the logo on this site all the time.
Any help is appreciated.
URL: http://www.construction.crossoverrealty.com
Thanks,
Michael K.
#gkHeaderNav #gkLogo {left: 36%;}
@media (max-width: 480px) {
#gkHeaderNav #gkLogo {left: 10%;}
}
Oscar E wrote:Hi,
sure... for desktop try this:
- Code: Select all
#gkHeaderNav #gkLogo {left: 36%;}
and extra line for mobile@media (max-width: 480px) {
#gkHeaderNav #gkLogo {left: 10%;}
}
but in general use used too big IMG for logo.
#gkMenuWrap {
left: 0;
margin: 0 auto;
right: 0;
width: 390px;
}
#gkHeader {
background: #222 none repeat scroll 0 0;
width: 100%;
}
Oscar E wrote:Upsss... I think I have a way.#gkMenuWrap {
left: 0;
margin: 0 auto;
right: 0;
width: 390px;
}
#gkHeader {
background: #222 none repeat scroll 0 0;
width: 100%;
}
Maybe it's not perfect, but it's good start for your project. Now it's your turn.