Hello,
I need to change logo size. I have tried to modify "template.css" but no effect .....
Can you help me ? I don't find where it is ?
Thanks a lot.
JS
dziudek wrote:Hi,
Could you provide an URL to your website? Then I'll be able to tell you which lines of the CSS code should be exactly changed.
h1#gkLogo a img {
display: block;
height: auto;
margin: 0;
width: auto;
}
dziudek wrote:The size can be changed in the template.css file in this fragment:
- Code: Select all
h1#gkLogo a img {
display: block;
height: auto;
margin: 0;
width: auto;
}
but in general I don't understand the problem, because the logo is not scaled and cropped now.
h1#gkLogo a img {
display: block;
height: 127px;
margin: 10px;
width: 245px;
}
dziudek wrote:You have wrote the wrong code, the proper code for your dimensions is:
- Code: Select all
h1#gkLogo a img {
display: block;
height: 127px;
margin: 10px;
width: 245px;
}
you have forgot the units