dbaker
asked 11 years ago

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
DominicStaff
answered 11 years ago

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

dbaker
replied 11 years ago

Thanks Dominic,

Powered by DW Question & Answer Pro