Ref: http://bit.ly/1iC62Qi
How can I modify the logo to only shrink upt o 50% or so of its current size
Hey codepantry!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.header-scrolled .logo, .header-scrolled .logo a, .header-scrolled .logo img {
max-height: 66px!important;
}
Cheers!
Yigit
Perfecto, thank you!!