Logo missing

Professional Jomal template designed to be easily adaptable to all kinds of business
GK User
Fri Oct 08, 2010 8:11 pm
All of a sudden my logo is gone! I can't remember doing anything that could have caused this. I see in my css file (style2.css) that it's there:

h1.logo>a { background-image:url('../images/style2/logo.png'); }

Could you please check my site and tell me what's wrong? http://www.procussief.nl
User avatar
Junior Boarder

teitbite
Mon Oct 11, 2010 1:11 am
Hi

In template.css modificate class:

Code: Select all
h1.logo {
margin-top:-57px !important;
position:absolute !important;
}
User avatar
Moderator

GK User
Mon Oct 11, 2010 1:40 am
It might work better this way ;)

Code: Select all
h1.logo {
top: 6px;
position:absolute;
}
User avatar
Platinum Boarder


cron