
How to increase the size of the logo?
In order to increase size of the logo you need to add the following CSS statements to Custom CSS field of Appearance > Customize > General panel:
.btLogoArea .logo span a img {
max-width: 200px;
}
Please adjust the numbers according to your needs.