There is too much space below the header logo. I am using a custom 250px height header as set in the header layout options, and the header image is also 250px, but there is extra white space between the image and the menu bar that I don’t want there.
Hey getHopeGlobal!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.logo img { width: 100%; height: 100%; }
Regards,
Yigit
That pulled the logo down into the whitespace, but also distorted the image…
Hi!
Please add following code to Quick CSS as well
@media only screen and (min-width: 1024px) {
.logo, .logo a { width: 1037px; }}
Regards,
Yigit
Thanks for the suggestions. However, I think the logo I am currently using is just too wide for the limits of the header. I’ll work on a different image design.