How do I change the logo size to make it smaller but keep the actual header size? (Adding space from the top and the bottom of the logo equivalent to the resize)
Hey Guilherme!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.logo img {
padding: 25px 0;
}
Best regards,
Yigit
that worked just fine, thanks!!