I have changed the Logo Width and Height, even though the width seems to be ok but the height change creates an asthetics problem.
I want the elogo to sit on the same line as the links (about joomla, feature...)
How can i do this??
- Code: Select all
/* Logo */
#gkLogo { height: 122px; margin:0;width:186px;float:left; }
#gkLogo.text a {color:#fff; font-size:12px; text-decoration:none; text-shadow:1px 1px 1px #222 }
#gkLogo.text .gkLogoText { font-size:24px;margin-left:21px;}
#gkLogo.text .gkLogoSlogan {font-size:96%;margin:-10px 0 0 21px;;font-weight:normal}
#gkLogo.text .gkLogoSlogan { color:#999;display:block; }
#gkLogo a {background: url("../images/logo.png") no-repeat scroll 0 0 transparent;display: block;height: 122px;text-indent: -999em;width: 186px;}
#gkLogo.text a { text-indent:0!important; background:none!important; }
#gkLogo.text a:hover{color:#ccc}