Hello!
I’ve uploaded a Logo that’s larger than the theme standard. I want to keep it’s current size and I also want to keep the amount that it shrinks.
I just want it to be centered and not floating up near the top.
My website is: http://dev.konnektive.com/
Thank you for your help!
Hey Konnektive!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.logo img { margin-top: 25px; }
.header-scrolled .logo img { margin-top: 0; }
That should do it
Best regards,
Yigit
That did it! Thank you!