Logo linkable (already tried the forum hints)

Professional Jomal template designed to be easily adaptable to all kinds of business
GK User
Fri May 28, 2010 2:22 pm
Hello, my logo link doesn't work.
I have already tried the hint with adapting the "h1.logo > a" selector in width and height (template.css #89), but it doesn't solve.

Tried also a new installation local and it doesn't work either.

Thanks markus
User avatar
Junior Boarder

teitbite
Fri May 28, 2010 2:27 pm
Hi

Can I please see Your site?
User avatar
Moderator

GK User
Fri May 28, 2010 3:09 pm
User avatar
Junior Boarder

teitbite
Mon May 31, 2010 10:14 am
Hi

Please add this at the end of template.css file:

Code: Select all
h1.logo a span {
display:block;
width:100%;
height:100%;
}


and remove the latest change. I mean this class:

Code: Select all
h1.logo > a {
display:block;
text-indent:-999em;
}
User avatar
Moderator

GK User
Mon May 31, 2010 1:31 pm
Cool, that works.

Thank you
User avatar
Junior Boarder


cron