-
How do I change the logo to become repsonsive?
Everything else works fine…
I see you’ve customized the theme a bit and have this CSS styling inside Custom CSS (probably via some plugin)
.title-area { width: 500px !important; }
This fixes the logo width to 500px, which makes it un-responsive.
Thanks for the reply.
If I remove that code it is now responsive but the logo is being downsized to 150X150. How do I make it appear full size?
You’ll also need to increase your logo image size as it’s too small to fit the header.
The image is 800X800 but is being resized… See the image url as copied form the header:
http://i2.wp.com/norristhorperisingsun.co.uk/wp-content/uploads/2015/11/logo-square.png?zoom=2&resize=150%2C150How do I add it without the zoom?
It’s strange that it’s resized, removing the resize attribute from it seems to do the job. If it looks like this, it works:
http://i2.wp.com/norristhorperisingsun.co.uk/wp-content/uploads/2015/11/logo-square.png
Thanks.. yes… but I’m not resizing the image. It looks like Jetpack is resizing but I can’t figure out how to stop it?
View this site for jetpack logo size definition. You can add all those functions to theme’s functions.php file.
You must be logged in to reply to this topic.