Without changing anything else, how can we increase the VERTICAL size of the logo?
The logo image uploaded is already very big and is scaled back somehow by the theme.
Hey cblajos,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.logo img {
max-height:80px!important;
}
Best regards,
Vinay