Tagged: logo
Hi there,
I am using the Enfold theme but I’m trying to work out how to vertically center the logo in the header. I would like it centered while the header is transparent aswell as when you scroll and the header becomes sticky.
Right now it sticks to the top.
Thanks,
Johnny
Hey johnnyharu!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.logo {
top: 32px;
}
.header-scrolled .logo {
top: 4px;
}
Best regards,
Yigit
Excellent! Thanks so much!