Hi Guys,
Loving Wallpress so far and finding it really simple to use (thanks to a lot of great question answers on here too!)
One I can’t seem to find is if it’s possible to adjust the size of the logo image? Right now it’s cutting off the rest of my brand name.. any ideas?
Thanks,
Dan
1 Answers
To resolve your problem you can log in to Dashboard > Appearance > Editor > open the style.css file add the following code:
#branding h1 {
height: 80px;
width: 180px;
}
Hope this helps !
Regards,
Dominic
Thanks Dominic,
Please login or Register to submit your answer