joomla网站的logo尺寸修改
joomla网站的logo对有些网来说太小了,可以修改一下它的尺寸。 在文件templates所用模板csstemplate.css里面改
h1.logo a { width: 235px; display: block; background: url(../images/logo.gif) no-repeat; position: absolute; height: 80px; bottom: 0px; left: 0; }
width height改成自已想要的值即可
|