[Resolved] Header size

Home Forums Support [Resolved] Header size

Home Forums Support Header size

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #265920
    Flora

    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

    #265932
    Leo
    Staff
    Customer Support

    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.

    #265947
    Tom
    Lead Developer
    Lead Developer

    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 250×250 for example.

    #266715
    Flora

    Yes. Thank you

    #266724
    Leo
    Staff
    Customer Support

    Glad we can help!

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.