best way to change size of logo on homepage
- The topic ‘best way to change size of logo on homepage’ is closed to new replies.
Need help? Check out our Support site, then
Hi,
I want to increase the default logo size on the home page.
I’m using this CSS
.masthead .custom-logo-link img {
max-height: 25em;
width: auto;
display: block;
}
On Chrome, its great, but on FF it interfears with some stuff (and on IE, its a mess, but thats another story)
The blog I need help with is: (visible only to logged in users)
Hi there
To make it full width you can just use:
.masthead .custom-logo-link img {
max-height: none;
}
Or what you have done is fine too.
I’ve tested your current site in Chrome and Firefox and it looks fine.
If there’s problems with it in a specific browser it would be helpful to get a screenshot and info about the computer you are using so that I can try to reproduce the error.