Homepage › Community Forums › Ally Theme Support › header logo does not integrate well › Reply To: header logo does not integrate well
You would use the WordPress header uploader to upload a header. First figure out the size of your image, and then adjust the image size in your functions file to match the exact size of the logo. Then once you upload it will upload without needing to crop. Once you do that, if your logo is too long for mobile devices, then you would need to add this code in your responsive section –
.header-image .site-title a {
background-size: contain !important;
}
This is the default way to upload a logo in any Genesis theme, and all logos are different sizes. So once you upload your logo let me know and I can take a look to make sure it shows up properly on a mobile device.
Here is a tutorial on how to do it – http://bit.ly/1nxutU3
I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com
