Site logo

Archived topic

Header size

4 replies · Started by Flora on January 19, 2017

Viewing posts 1–5 of 5

Is there a way to make my logo/header smaller using an image? I tried using a smaller image, but it didn't change anything. I see where to change it on individual pages, but I would like this change site wide. I figured it had to do with changing the height, but I can't find it.

Thank you
Flora

Hi Flora,

You should be able to adjust the logo/header size using the CSS below. Just the px number to what you want.

.header-image {
    width: 250px;
    height: 250px;
}

Let me know if this works.

The width/height of the regular site logo is up to the image - if you changed the size of the image and it didn't change on the site, then something strange is going on.

Leo's code will work, but shouldn't be necessary if your logo is already 250x250 for example.

Yes. Thank you

Glad we can help!

This archived topic is closed to new replies.