My logo is centered and when you start to scroll down it jumps. Is there a way to fix this?
Thanks for you help with this.
Hey tonyaleigh,
Please try to remove this css code:
.logo img {
padding-top: 45px;
}
Hope it helps.
Best regards,
Nikko
It didn’t help. Did you try it? I added the padding because the logo was touching the top.
Hi tonyaleigh,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.logo img {
padding-top: 35px;
}
.header-scrolled.header-scrolled-full .logo img,
.header-scrolled .logo img {
padding-top: 20px;
}
If you need further assistance please let us know.
Best regards,
Victoria
That didn’t work at all but I fixed it. Figured out that it had to have the same padding at top and bottom.
Hi tonyaleigh,
Glad that you figured it out :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko