Download
We're evolving to serve you better! This current forum has transitioned to read-only mode. For new discussions, support, and engagement, we've moved to GitHub Discussions.

Very large logo in website

  • #730
    Avatar photo[anonymous]

    Hi,

    First of all, you guys have built an amazing tool to make websites easily! Thanks a lot.

    I am facing a problem where the logo on my website is very large due to the image being of very high resolution. If i replace it with a lower resolution one, the size is okay but the logo gets pixelated. Is there anyway you can limit the size of the logo while still allowing the use of a high resolution image?

    I encounter this problem only while using themes like mercury, taste, technews etc. While using the default simple theme, it works perfectly! Please look into this. Thanks

    #734
    Avatar photoBob

    Hi,

    Download the new version (2.0.0.0) of TechNews theme, that comes with the fix for a wrong image logo size.
    For the rest theme, add the following code via CSS Custom tool:
    `
    .logo img {
    height: 100px; //your size here
    width: auto;
    }
    `

    #749
    Avatar photo[anonymous]

    Thanks for the quick reply!

    #750
    Avatar photo[anonymous]

    The new version of TechNews (2.0.0.0) does indeed solve this problem! Thanks a lot Bob