Do you have to add the exact space above and below your logo to make it center from top to bottom?
Or at least the exact spacing above the logo?
Thx in advance.
Hey fgrippe!
Your logo will always align to the top of your header so if you want to create some space around it then you can add that space to the top of your logo image. You can then navigate to Dashboard > Enfold > Header and select a custom header size to make it look even.
Regards,
Elliott
Is their now way to center the logo image in the header? Because this way when i use the shrink menu option the logo will be down.
Hi!
Yes, you can center the logo in Dashboard > Enfold > Header > Menu and Logo Position.
Regards,
Elliott
Well thank you. But i mean to center it vertically. Because when a manually at space to the logo up it will display the logo down when the menu is shrinked.
http://www.new.natanael.ro (it’s a subdomain for testing).
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.header-scrolled .logo img {
padding-top: 0;
}
.logo img {
padding-top: 15px;
}
Cheers!
Yigit
Great! Thanks!