My theme supports a default size of 198x58...which is very small for a logo, is there a way to change this in the CSS or header.php?
My theme supports a default size of 198x58...which is very small for a logo, is there a way to change this in the CSS or header.php?
Hi there!
If I'm understanding, the original logo you uploaded is 406 x 73, right? But it looks like it's displaying at 222 x 40, which is fairly small.
In your theme, I found a file called "light.css", which contains this code:
#site-header h1 img {
height: 40px;
}
Try changing this value to something bigger, and see if it works.
You must log in to post.