Sign in

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

--
Do you appreciate the support you've received today? If so, consider donating to the Publii team by clicking here; we'll be sure to use your donation to make Publii even better!