Hi there,
I’ve used the css code below for one of my other websites with the enfold theme, but when I use the same code on another website there is no padding above the logo for the top header. And when I don’t use it the fixed header doesn’t show any logo at all (see link below).
#top #header .logo img{
padding:2% 0!important;
}
Regards, Sander
Hey Sander,
This CSS is applying on the page you linked to:
#top #header .logo img {
padding: 10% 0;
}
Removing that CSS does not remove the logo on my end.
Best regards,
Rikard
Hi Rikard,
You are right, that is not the problem. The problem is that when I scroll down the logo disappaers in the fixed header.
Best regards,
Sander
Hi Sander,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Best regards,
Victoria
Hi Sander,
I commented out the code that you used, please try this code:
#header .logo img {
padding-top: 24px;
}
#header.header-scrolled .logo img {
padding-top: 0px;
}
If you need further assistance please let us know.
Best regards,
Victoria