after i did a bit of changing in the logo size and position the logo no longer links to frontpage...
my code is like this ...
- Code: Select all
/* logo styling */
h1.logo,
div.logo-text { float:left; padding:0 10px 0 0; background:#f4f2ef; }
#gk-mainnav {margin-left: 240px}
h1.logo {position:absolute;top:-33px;}
h1.logo { width:220px; height:110px; background:#f4f2ef url('../images/logo.png') no-repeat 0 43px; padding:0 20px 0 0; }
h1.logo>a { text-indent:-999em; display:block; }
div.logo-text h1 { font-size:18px; line-height:26px; height:26px; color:#6b6459; text-transform:uppercase; }
div.logo-text h1 a { color:#6b6459; }
div.logo-text h1 a:hover { text-decoration:none; }
div.logo-text p { font-size:11px; line-height:14px; height:14px; color:#6b6459; text-transform:uppercase; letter-spacing:0.65px; }
/* if you've change logo size - please change also below dimensions */
what did i do wrong ?
as far as i can see there is no link in the code at all. and as far as i can see there is neither in the original file...