Shape 5

Joomla Templates => Zoka Transports - Club => : joomladaze January 12, 2015, 12:46:44 PM



: How to Change Logo Size
: joomladaze January 12, 2015, 12:46:44 PM
I am able to change the logo for Zoka by replacing s5_logo.png and s5_logo_white.png in the templates/zoka/images folder, but no matter how large I make the logo, it always appears the same size on site ever after clearing cookies and cache.

How can I make the logo appear larger, or actual size of the new s5_logo.png file.



: Re: How to Change Logo Size
: jonahh January 12, 2015, 02:20:54 PM
Hello,

The logo width is set in the template.css file.  Just look for:

.s5_logo {
    cursor: pointer;
    margin: 0 auto 6px;
    text-align: center;
    width: 340px;
}
template.css (line 653)

Around this area you'll see all the other settings too, for example logo module width.

Regards,