I just started building with the Enfold theme and am having trouble adding space above and below my logo in the header. I reviewed a support post from almost 10 years ago and tried the following Quick CSS that was recommended:
.header-scrolled .logo img {
padding-top: 0;
}
.logo img {
padding-top: 15px;
}
This did not work. It only added space to the top and when the page is scrolled and the logo shrinks, the spacing reverts back to the original form (no space above or below). My goal is to have the same amount of space (e.g., 10px) above and below the logo at all times and in all header formats (e.g., transparent, non-transparent, etc.). Any assistance dealing with this issue would be appreciated. Thank you.
Hey craig374,
Please post a link to where we can see the element in question.
Best regards,
Rikard
Here is the link to the page in question with the element. This is with the above Quick CSS code in place.
Hi,
Thanks for that. Please remove your previous CSS, then add this instead:
#top .logo img {
padding: 15px 0;
}
Best regards,
Rikard
Bingo! That worked! Thank you.
Hi,
Glad Rikard could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike