Okay
  Print

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:

.menuHolder .logo img {
    height: 100px;
}

body.btMenuHorizontal.btStickyHeaderActive .mainHeader .menuHolder {
    padding: 20px 0;
}

Please adjust the numbers according to your needs. The first number (100px) represents the height of the logo and the second (20px) represents the top and bottom margins between the viewport's top and the content.