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

#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;
}
`