Logo only partially linking

Responsive Joomla template for Entertainment and Music purpose with clean and lightweight design.
GK User
Fri Jul 20, 2012 3:12 pm
Hi,
After I enlarged the logo in the music template the logo only partially links. I did change the height and width in the css selector h1#gkLogo a.cssLogo.. See attachment for which part links (green) and which part doesn't.
Can you help?
Regards,
Paul
User avatar
Fresh Boarder

GK User
Fri Jul 20, 2012 8:12 pm
Hi,

Can you please provide your site URL to check?

Thanks,
User avatar
Platinum Boarder

GK User
Fri Aug 10, 2012 9:56 am
Hi Don,
Apologize for the delay, the url is: http://www.kaakchirurgietwente.nl/.
Regards,
Paul
User avatar
Fresh Boarder

GK User
Sat Aug 11, 2012 8:13 am
Hi Paul,

Try this code please:
Code: Select all
h1#gkLogo a.cssLogo + span{
display:none;
}

Then let me know if it helps.

Thanks,
User avatar
Platinum Boarder

GK User
Wed Aug 15, 2012 10:58 am
Hi Don,

My original h1#gkLogo a.cssLogo + span selector in template.css was:
Code: Select all
h1#gkLogo a.cssLogo + span { display: none; text-indent: -999em; }

Now it's:
Code: Select all
h1#gkLogo a.cssLogo + span {display:none;}

The issue persists..

Any other clues?

Regards,
Paul
User avatar
Fresh Boarder

GK User
Thu Aug 16, 2012 12:29 am
Hi Paul,

Please don't change any code in that file, every css customization should be added to override.css in order to make sure that they won't be lost through upgrades and also to take priority for the changes.

Add this code to override.css then it will work:
Code: Select all
h1#gkLogo a.cssLogo + span{
display:none!important;
}

Cheers,
User avatar
Platinum Boarder

GK User
Wed Aug 22, 2012 10:08 am
Hi Don,
I turned back the changes I made in template.css and pasted your code in override.css, to no avail, don't know what I am doing wrong, shall I send you a administrator login? To which mail address?
Regards,
Paul
User avatar
Fresh Boarder

GK User
Wed Aug 22, 2012 4:42 pm
OK Paul, please send it via a PM in this forum as well.

Thanks,
User avatar
Platinum Boarder

GK User
Mon Aug 27, 2012 1:28 pm
I just sent you the login.
User avatar
Fresh Boarder

GK User
Tue Aug 28, 2012 10:36 pm
Hi Paul,

Thanks for the PM, the problem was that you didn't turn on CSS Override mode in your template setting and I have just done that for you, and it works now, please check and confirm the same.

Cheers,
User avatar
Platinum Boarder

GK User
Mon Sep 03, 2012 8:35 am
You fixed it! Thank you much Don.
User avatar
Fresh Boarder


cron