Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello RogueLucy,
    I can not tell if there is a particular function or setting in the theme you are using that do the logo adjustments, but here is what i use: https://www.online-image-editor.com/ , you can import your logo their, and make it to any pixels of your choice and then export it back and you can upload it.

    It also has pretty much more cool other stuffs that can allow you play with your images any way you like them.

    Hope this will help.

    Hi

    Whilst not ideal doing it via CSS

    You could simply change the logo dimensions in CSS -its currently set to 40px or so, I increased it to 77px and your logo looked much better

    .site-logo img {
    height: 77px;
    }

    Hope this is of use ??

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