Resizing EPS logo
- The topic ‘Resizing EPS logo’ is closed to new replies.
Need help? Check out our Support site, then
Hello,
Is there a simple way to resize my logo? I insert it into the Theme and it’s huge. Thanks for any help.
– Graham
The blog I need help with is: (visible only to logged in users)
Hi Graham,
Within the Additional CSS section of the Customizer, try adding the following style:
#custom-header img {
max-width: 240px;
}
You may need to adjust the pixel width value as needed. However, that should decrease the size of your logo image.
I hope this helps.
Thanks!