Hi there I was wondering if there was a way to change the size of the logo image. I have changed the containers sizer but the logo still scales to only 40px high cheers
You can use custom css to change the size of logo. for example, you can use css as below: .site-logo img { height: 30px; } Thanks!