Tagged: header, logo, white space
Hello,
How do I create more white space below and above the Ivey Engineering logo (more so above)? I changed the CSS based on other similar forum questions but can’t seem to get it right. Your help would be appreciated. Thanks!
Lisa
strong.logo img{
padding: 20px 0px;
}
Adjust the values to your need.
20px is top and bottom, 0px is left and right.
Hey!
Please go to Enfold theme options > Header Layout > Header Layout > Header Size = Custom Pixel Value > Header Custom Height = 110px
Regards,
Yigit
Thanks! Adding the CSS helped with padding issues. I was able to adjust size of logo using the header custom pixel value. Appreciate your help!
what’s the best way to do this without affecting the padding as the logo shrinks while scrolling down? in other words, keep padding as default only.
Hey!
have you tried what i have suggested here – https://kriesi.at/support/topic/how-to-add-white-space-above-logo/#post-270046 ?
You may need to adjust the value depending on your logo size
Cheers!
Yigit
Hi,
that helped to have more whitespace beneath the logo but not above the logo.
How can that can be achieved
Thank you
Klaus
Hi!
Add this to your custom CSS to create white space above the logo.
.logo img { position: relative; top: 20px; }
If that’s not working then send us a link to your page and we’ll take a look.
Best regards,
Elliott
Worked fine, thank you!
Have a good 2015!
Klaus