Hello,
In Extensions > Templates > Hot Snowflake > Custom > CSS change this:
Code:
.sparky_logo {
letter-spacing: 2px;
background: url(../images/logo.png) no-repeat;
background-size: 60px 60px;
background-position: top center;
padding-top: 60px;
line-height: 1.4;
}
to this:
Code:
.sparky_logo {
letter-spacing: 2px;
padding-top: 60px;
line-height: 1.4;
}
Thanks,
Milos