Santa Hat placement issue...or concern...

Responsive Joomla template for Entertainment and Music purpose with clean and lightweight design.
GK User
Fri Dec 02, 2011 7:38 pm
Not to be a hater or ungrateful, because I do love Gavick's designs and templates, but for me the Santa Hat doesn't look properly placed for me. Visually, for me, I'd think the hat would look better on the corner edges of both the top and left corner than oddly floating on the logo---just something that visually is off setting so to speak.

Anyone else agree or think I'm just nuts...I know its Friday, so that's kind of always up to debate..

Chris

Image

Here's what it'd look like if it were on the corner... Its just been my experience that clients take their logos very seriously and hate things touching or altering their logos... I once removed the hideous drop shadow out of a clients logo & he had nutty... go figure.. lol...

Image
User avatar
Fresh Boarder

Robert Gavick
Fri Dec 02, 2011 9:03 pm
You are right, you example looks a lot better.

This change requires only other positioning of claus hat in css (style4.css)

Code: Select all
h1#gkLogo a.cssLogo + span {
    background: transparent url('../images/style4/christmas_logo.png') no-repeat 0 0;
    display: block;
    height: 172px;
    left: -82px;
    position: absolute;
    text-indent: -999em;
    top: -102px;
    width: 157px;
}


You can also move the top of page (template.css)

Code: Select all
#gkPage {
    margin-top: 70px;
    padding-top: 4px;
    background: transparent url('../images/style1/colorbar.png') repeat-x center top;
}
User avatar
Administrator


cron