• Resolved cambioderutas6

    (@cambioderutas6)


    [ Moderator note: moved to Fixing WordPress. Please do not use Developing With WordPress for these topics. ]

    I need help to set the logo size of the header. I can’t change it and it appears too small.
    The blog is cambioderutas.com

    (I set an image for the time being, but I want to change it to the logo that sends you to de home page)

Viewing 5 replies - 1 through 5 (of 5 total)
  • Can not help if you changed the image. I need to see the problem. Otherwise I can not see and fix.

    Moderator Jose Castaneda

    (@jcastaneda)

    THEME COFFEE MONKEY

    Hi @cambioderutas6

    Have you tried asking the theme author about that? Are you able to change it back to the logo image you are using to get a better understanding of what is happening? Or even a screenshot would help a little 🙂

    Thread Starter cambioderutas6

    (@cambioderutas6)

    I changed it back to the way it looks like with the tiny logo in it! Can you guys see it now? 🙂

    Ok, First off the logo image needs to be cropped a bit closer to the content of the image. It has way too much transparent space in it. It is also way too large in size so it could slow down your site’s loading time as it is 10x larger than shown on screen.

    Then, the CSS that is making it so small is here on line 306 of style.css:

    
    .header .logo img {
        max-height: 80px;
        width: auto;
    }
    
    

    After you crop the image and resize it closer to the size it will be on the site you can experiment with the CSS for max-height and get it where you want it.

    Thread Starter cambioderutas6

    (@cambioderutas6)

    Perfect! I cropped the image and did that 🙂 thanks!!

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Baskerville theme, logo size’ is closed to new replies.