Is it possible to hyperlink the image to a URL instead of the actual image?
Can the site logo be aligned to the center (INSTEAD OF LEFT) with the social icons still in position?
#logo {
left: 50%;
margin-left: -250px;
}
@media only screen and (max-width: 440px) {
#logo {
left: 0%;
margin-left: 0px;
}}
#logo {width: 620px;}