Hi
I’d like to give more space above and under the Header logo. First I added more withe background to my image but this seams not to work because the headers is transparent by scrolling down and therefore you will see the withe background of the Logo image.
In the Support forum I found this:
.header-scrolled .logo img {
padding-top: 0;
}
.logo img {
padding-top: 15px;
}
but if I add this to the adidional CSS for example 10px the logo image will be scalled also on the end I have my spacing but the logo is smaller. This is not the solution I was looking for. Is there something else?
Hi!
Thank you for the info.
Remove the codes then go to Enfold > Header > Header Size. Set it to custom pixel value then adjust the height to 204px for example. Use this on Quick CSS or custom.css:
strong.logo, strong.logo a {
overflow: visible;
max-height: 174px !important;
}
Cheers!
Ismael