How can I change size and how center logo?
Hi Lindaspiller,
Just upload the logo as per your size and to centered the logo just add below custom css into Customizer > Additional CSS
#site-title a img { margin: 0 auto; display: block; }
Thank you!