• Open
  • Sharon-Lee Orpen
    Spectator
    June 21, 2023 at 8:58 pm #49009

    Some time ago, the logo I was using on my website became very small. I didn’t worry too much about it since I was planning to change it anyway. But now that I’m trying to change it, I find that any file I upload shows as very small. This seems to be regardless of the file size or dimensions of the graphic I’m trying to use.

    Are there hints/tips for what controls the logo size? I tried the Docs and Knowledge base but couldn’t find anything there to help. (I also tried using the custom header, but that seems only to be centered, and also small, and I want the graphic to be left justified.)

    I’m using Evolve Plus. The website is: https://christiansciencetexas.org/

    Evgeny
    Keymaster
    Posts: 988
    June 22, 2023 at 11:15 am #49010

    Hi! The logo is taking the entire space the design “lets” it to take. So if you want to make it bigger, you can do the following: add the code below to the Additional CSS in the Customizer

    .header-logo-container img {
    max-width: 150%;
    }

    You can play with the percentage as you wish. Please let me know if it helps.
    Also, try to use images where there are no white bezels so you don’t lose visible real estate.

    Sharon-Lee Orpen
    Spectator
    Posts: 2
    June 23, 2023 at 11:04 pm #49011

    Yes! That seems to have fixed it. I generally don’t allow much space around any graphic, but I appreciate the reminder to ensure that.

    I appreciate your quick response (though I didn’t get an email about it, despite having checked the “notify me” box).

    Thanks so much.