• Resolved systurbed

    (@systurbed)


    Hello, I have a question. Is it possible to make the logo bigger? I have tried making the image itself but I think that is not the issue. Can I change something that makes the logo bigger? Thanks!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi @systurbed,

    Go to Appearance → Customize → Additional CSS (the menu labels might be different in your language) and add the code below:

    .blog-logo img { height: 100px; }

    Adjust the value until it’s where you want it. Let me know if that does it.

    — Anders

    Thread Starter systurbed

    (@systurbed)

    Hello Anders, it was what I needed, thank you!

    Just if anyone is searching for the same thing, the code changes the height but the top margin is not modified so you need to modify the margin so the logo gets centered. I added de margin-top code to correct this part.

    .blog-logo img { height: 120px; margin-top: -25px }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Resize logo’ is closed to new replies.