Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #209203

    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!

    #209206

    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

    #209227

    That did it! Thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Need CSS to Center a Larger Logo’ is closed to new replies.