Hi – I did exactly what you told me however is messed up desktop back to this –> http://i.imgur.com/Vkt9bQW.png
Because this site is live I reverted back to this:
/****Adjustments for new GCA and GR logos in site header****/
#logo.logo-center.col-sm-4 {
width: 100% !important;
padding-right: 75px;
}
/****Adjustments for new GCA and GR logos in site header FOR mobile****/
@media only screen and (max-width: 479px) {
#logo img, #logo img.retina {
max-width: 300px;
}
}
The mobile version is still a little off –> http://i.imgur.com/qePs8m7.png If possible I would like to shorten the height of the mobile logo so it will right.
Any ideas?
Fabian