https://www.icyphoenix.com/viewtopic.php?f=36&t=9404 ----------------------------------- mort Thu 12 Mar, 2015 10:15 Image Class Missing From *overall_header.tpl ----------------------------------- For the benefit of others. ;) This line in the overall_headers lacks an image class and the logo-img class has no affect on the image size. And it makes it difficult to adjust images if they are not close to the same size as the originals without re-sizing them. [code linenumbers=false]
{L_HOME}
[/code] Change it to this. [code linenumbers=false]
{L_HOME}
[/code] And in the CSS add this line and adjust to suit the logo image in individual themes. [code linenumbers=false].sitelogo_small { width: 200px; height: 110px; }[/code]